标签:details com detail alt 源代码 oca 清除 file 系统目录
https://blog.csdn.net/mitesi/article/details/44773951
make
根据Makefile编译源代码,连接,生成目标文件,可执行文件。
make clean
清除上次的make命令所产生的object文件(后缀为“.o”的文件)及可执行文件。
make install
将编译成功的可执行文件安装到系统目录中,一般为/usr/local/bin目录。
标签:details com detail alt 源代码 oca 清除 file 系统目录
原文地址:https://www.cnblogs.com/wangziyi0513/p/10269442.html