Makefile文件  |  5行  |  46 B

foo:= hoge.c mgoe.c

test:
	echo $(foo:.c=.o)