blob: 701ac6916e350c9942fb04ae9f7ed2231609fc75 [file] [log] [blame]
test: VAR = value
%.do:
@echo TEST-FAIL: ran target "$@", should have run "all"
.PHONY: test
all:
@echo TEST-PASS: the default target is all
test:
@echo TEST-FAIL: ran target "$@", should have run "all"
test.do: