1
2MAKEFLAGS += -j4
3all : def_1 def_2 def_3
4def_1 : ; @testhelp file ONE wait THREE out TWO
5def_2 : ; @testhelp wait FOUR file THREE
6def_3 : ; @testhelp wait ONE file FOUR
1
2MAKEFLAGS += -j4
3all : def_1 def_2 def_3
4def_1 : ; @testhelp file ONE wait THREE out TWO
5def_2 : ; @testhelp wait FOUR file THREE
6def_3 : ; @testhelp wait ONE file FOUR