michael@0: test: VAR = value michael@0: michael@0: %.do: michael@0: @echo TEST-FAIL: ran target "$@", should have run "all" michael@0: michael@0: .PHONY: test michael@0: michael@0: all: michael@0: @echo TEST-PASS: the default target is all michael@0: michael@0: test: michael@0: @echo TEST-FAIL: ran target "$@", should have run "all" michael@0: michael@0: test.do: