summaryrefslogtreecommitdiffstats
path: root/build/pymake/tests/default-target2.mk
blob: b5a4b1bbf277a690dd2088b6648c583100342ce1 (plain)
1
2
3
4
5
6
test.foo: %.foo:
	test "$@" = "test.foo"
	@echo TEST-PASS made test.foo by default

all:
	@echo TEST-FAIL made $@, should have made test.foo