blob: c8df81bc3203f45e9c69b54631a34de41c53e3a1 [file] [log] [blame]
$(shell date >testfile)
all: testfile
@echo TEST-PASS
testfile:
@echo TEST-FAIL "We shouldn't have remade this!"