michael@0: $(shell \ michael@0: touch dep; \ michael@0: sleep 2; \ michael@0: touch all; \ michael@0: ) michael@0: michael@0: all:: dep michael@0: @echo TEST-PASS michael@0: michael@0: .PHONY: all