Update Makefile comments to describe the new GENDIR variable

This commit is contained in:
Jeremy Rand 2019-07-20 11:27:59 -05:00
parent e5e042f0a4
commit 8dbbb22624
1 changed files with 3 additions and 0 deletions

View File

@ -236,6 +236,9 @@ COPYDIRS=
# files for example. You can generate data files. Whatever you
# might need.
#
# You should generate these files in the $(GENDIR) directory or
# within a subdirectory under $(GENDIR) which you create yourself.
#
# 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.