main shinobi / tests / mk / gnu / features / statipattrules / t008 / mk
 1
 2.RECIPEPREFIX := >
 3.SECONDEXPANSION:
 4
 5all.foo.bar: %.foo.bar: %.one $$*-one
 6
 7all.foo.bar: %.bar: %.two $$*-two
 8
 9all.foo.bar:
10>	@echo $*
11>	@echo $^
12
13.DEFAULT:;@: