1
2test = testhelp noexist test-file file test-file sleep 2 rm test-file
3
4all : ONE TWO THREE
5ONE : ; @$(test)
6TWO : ; @$(test)
7THREE : ; @$(test)
1
2test = testhelp noexist test-file file test-file sleep 2 rm test-file
3
4all : ONE TWO THREE
5ONE : ; @$(test)
6TWO : ; @$(test)
7THREE : ; @$(test)