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!"