main shinobi / tests / mk / kati / basic_dep / test2 / mk
1test1: foo
2	echo test1
3
4test2: foo
5	echo test2
6
7foo:
8	echo foo > $@