Makefile文件  |  11行  |  86 B

test: foo.o

foo.o: %.o: %.c

foo.o: foo.h
	echo $^
	cp $< $@

foo.h foo.c:
	touch $@