main
1 2.PHONY: force 3include test.foo 4%.foo: force; @echo force $@ 5%.x: %.foo; touch $@ 6test: test.x; touch $@