2017年10月21日

OS

摘要: 关于make 利用 configure 所产生的Makefile 文件有几个预先设定的目标可使用。 make all 产生预设的目标,只敲入 make 也可以 make clean 清楚编译结果 make distclean 除了清除编译结果,也把configure所产生的Makefile清除掉 m 阅读全文

posted @ 2017-10-21 15:26 思此狂 阅读(105) 评论(0) 推荐(0)

导航