target: dependencies command1 command2
On my system (Mac OS X), make seems to require the Makefile to have a tab character preceding the contents of each command line, or it will throw a syntax error.
It's annoying when creating or editing Makefiles, because I have my editor tuned to all spaces - all the time.
Can you make valid makefiles without tabs?
whitespace makefile tabs spaces
xyz Jan 25 '10 at 9:15 2010-01-25 09:15
source share