target: dependencies command1 command2
在我的系统(Mac OS X)上,make似乎要求Makefile在每command行的内容之前有一个制表符,否则会引发语法错误.
make
command
在创建或编辑Makefile时,这是一个烦恼,因为我的编辑器设置为全时空间.
你可以制作没有制表符的有效Makefile吗?
whitespace tabs makefile spaces
makefile ×1
spaces ×1
tabs ×1
whitespace ×1