Makefile文件  |  5行  |  48 B

foo:= hoge.c mgoe.c

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