Add a comment to highlight that commands in a Makefile need a real tab at the beginning and describe how to insert a real tab on Xcode.

This commit is contained in:
Jeremy Rand 2018-08-02 23:09:40 -04:00
parent 55b679d6c1
commit 6714922fd4
1 changed files with 4 additions and 0 deletions

View File

@ -228,6 +228,10 @@ COPYDIRS=
# commands are called here, if any. You can generate .c, .s or .h
# files for example. You can generate data files. Whatever you
# might need.
#
# All of your commands associated with a rule _must_ start with a tab
# character. Xcode makes it a bit tough to type a tab character by
# default. Press option-tab within Xcode to insert a tab character.
gen:
# For any files you generated in the gen target above, you should