8 lines
68 B
Makefile
8 lines
68 B
Makefile
test1: foo
|
|
echo test1
|
|
|
|
test2: foo
|
|
echo test2
|
|
|
|
foo:
|
|
echo foo > $@
|