Makefile 遗漏分隔符...停止:错误解析
摘要:
写Makefile如下: hellomake: hellomake.c hellofunc.c gcc -o hellomake hellomake.c hellofunc.c -I. 执行make命令时,却报如下错误:Makefile ...2 ... 遗漏分隔符...停止 经过调查,发现是这样的 阅读全文
posted @ 2016-09-06 10:25 happy刘艺 阅读(9961) 评论(0) 推荐(0) 编辑