Mypal/build/pymake/tests/no-remake.mk
2019-03-11 13:26:37 +03:00

8 lines
117 B
Makefile

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