先建立編譯的規則*) [root@linux ~]# vi makefile main: main.o haha.o ... 2. make 會 主動讀取makefile 內容,並編譯相關的執行檔*) [root@linux ~]# rm -f main *.o ...
www.google.com.tw