9 lines
70 B
Makefile
9 lines
70 B
Makefile
test1:
|
|
touch bar baz
|
|
|
|
test2: foo
|
|
|
|
foo: bar
|
|
foo: baz
|
|
foo:
|
|
echo $< $^
|