tenfourfox/build/pymake/tests/no-remake.mk
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

8 lines
117 B
Makefile

$(shell date >testfile)
all: testfile
@echo TEST-PASS
testfile:
@echo TEST-FAIL "We shouldn't have remade this!"