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