Makefile. meke命令一般用於編譯程式,而make命令都依賴於Makefile 文件。 最簡單的Makefile如下: hello: hello.c gcc -o hello hello.c clean: rm -f ...
確定! 回上一頁