makefile:n: *** missing separator. Stop

前端之家收集整理的这篇文章主要介绍了makefile:n: *** missing separator. Stop前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

makefile has a very stupid relation with tabs,all actions of every rule are identified by tabs ...... and No 4 spaces don't make a tab,only a tab makes a tab...

makefile使用tab来作为separator.如果你使用4个空格就会报错,makefile:n: *** missing separator. Stop,其中n是第几行

猜你在找的程序笔记相关文章