1
2things = thing1 thing2
3all: $(things)
4thing1:; @testhelp wait thing2start file $@start wait thing2end out $@end
5thing2:; @testhelp file $@start wait thing1start file $@end
6-include inc.mk
7inc.mk: ; @touch $@
1
2things = thing1 thing2
3all: $(things)
4thing1:; @testhelp wait thing2start file $@start wait thing2end out $@end
5thing2:; @testhelp file $@start wait thing1start file $@end
6-include inc.mk
7inc.mk: ; @touch $@