summaryrefslogtreecommitdiffstats
path: root/build/pymake/tests/no-remake.mk
blob: c8df81bc3203f45e9c69b54631a34de41c53e3a1 (plain)
1
2
3
4
5
6
7
$(shell date >testfile)

all: testfile
	@echo TEST-PASS

testfile:
	@echo TEST-FAIL "We shouldn't have remade this!"