From 8dbbb22624d9b087e9ebc02d397835492398deff Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Sat, 20 Jul 2019 11:27:59 -0500 Subject: [PATCH] Update Makefile comments to describe the new GENDIR variable --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 7844064..d01e74d 100644 --- a/Makefile +++ b/Makefile @@ -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.