一個簡單的makefile製作

這個makefile可以運行當前目錄下以.c結尾的文件變爲可執行文件。 下面是對makefile的一下介紹: 1規則,2函數,3變量 1個規則: 目標:依賴條件 (必須是一個tab鍵,不能多也不能少)命令 例如: hello:hello.c gcc -c hello.c -o hello 此時目標就是hello,所要依賴的條件是hello.c(也就是說沒有hello.c是不可能生成hello的);
相關文章
相關標籤/搜索