# makefile 1 # make ·Î ½ÇÇàÇÏ¸é ¾Æ¹«°Íµµ ¾ÈµÊÀ» ¼³¸í # make foo ·Î ½ÇÇàÇÒ°Í # for each xxxxx.o target there must be a xxxxx.c dependency to build. .c.o: cc -c $< -I.