运行时出现以下错误make:
make
Makefile:168: *** missing separator. Stop.
是什么造成的?
makefile
我有一个项目,其中包含一个具有破坏依赖项的makefile.是否有任何最着名的方法来生成我可以在makefile中使用的项目的依赖项列表,而不是手动检查每个源文件或手写perl脚本?
c c++ dependencies makefile
makefile ×2
c ×1
c++ ×1
dependencies ×1