summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index ba29aab..6ee0974 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -31,9 +31,9 @@ else
ADDITIONAL_OBJCFLAGS = -Wall -ggdb3
endif
-ToiletKit_OBJC_FILES = functions.m MLKBackquoteReader.m MLKBinding.m \
- MLKCharacter.m MLKCommaReader.m MLKCons.m \
- MLKDoubleFloat.m \
+ToiletKit_OBJC_FILES = functions.m globals.m MLKBackquoteReader.m \
+ MLKBinding.m MLKCharacter.m MLKCommaReader.m \
+ MLKCons.m MLKDoubleFloat.m \
MLKDispatchingMacroCharacterReader.m \
MLKDynamicContext.m MLKEnvironment.m MLKFloat.m \
MLKInteger.m MLKInterpretedClosure.m \