好的, 我們現在進入Makefile的最後部份:我們現在擁有個檔案叫做clean.c, hello.c, hello.o及Makefile檔, 其內容如下all:hello.c gcc -c hello.c -o hello.o gcc hello.c -o ...
www.google.com.tw