main shinobi / tests / mk / gnu / features / include / t038 / mk
1
2.PHONY: force
3include test.foo
4%.foo: force; @echo force $@
5%.x: %.foo; touch $@
6test: test.x; touch $@