9 lines
62 B
Makefile
9 lines
62 B
Makefile
test: foo
|
|
|
|
foo: bar baz
|
|
echo $@
|
|
echo $<
|
|
echo $^
|
|
|
|
bar:
|
|
baz:
|