Makefile文件  |  10行  |  62 B

test: foo

foo: bar baz
	echo $@
	echo $<
	echo $^

bar:
baz: