根據給定文件編寫Makefile文件 兩種方法編譯 實例一 1、分析源文件代碼依賴關系 mian.c 這里可以看出 main.o 文件的生成需要 main.c , test1.h , test2.h test1.h ...