OS

关于make

 利用 configure 所产生的Makefile 文件有几个预先设定的目标可使用。

make  all    产生预设的目标,只敲入 make 也可以

make  clean  清楚编译结果

make   distclean  除了清除编译结果,也把configure所产生的Makefile清除掉

make install  将程序安装到系统中

make  dist  将程序和相关的文档打包成一个压缩文档以供发布

make   distcheck 打包并检验

posted on 2017-10-21 15:26  思此狂  阅读(97)  评论(0编辑  收藏  举报

导航