summaryrefslogtreecommitdiffstats
path: root/build/pymake/tests/windows-paths.mk
blob: 5f33a9050524384cb3d9f35c61c4f3686afb7470 (plain)
1
2
3
4
5
all:
	touch file.in
	printf "%s: %s\n\ttrue" '$(CURDIR)/file.out' '$(CURDIR)/file.in' >test.mk
	$(MAKE) -f test.mk $(CURDIR)/file.out
	@echo TEST-PASS