summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-14 21:24:49 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-14 21:24:49 +0200
commitde500f8520928edfd502844f70979a93717f6cc9 (patch)
tree6e57e381d8be0020c4300c85ed11ded9e740d69a /GNUmakefile
parent46f08b33eab0a26bee84d3aa294dedcd04222dee (diff)
Add class MLKCharacter.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 0c17452..4cb6c82 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -18,10 +18,11 @@
include $(GNUSTEP_MAKEFILES)/common.make
TOOL_NAME = etoilisp
-etoilisp_OBJC_FILES = MLKCons.m MLKDynamicContext.m MLKEndOfFileError.m \
- MLKEnvironment.m MLKError.m MLKLinkedList.m \
- MLKLispValue.m MLKReader.m MLKReaderError.m \
- MLKStream.m MLKSymbol.m MLKThrowException.m \
+etoilisp_OBJC_FILES = MLKCharacter.m MLKCons.m MLKDynamicContext.m \
+ MLKEndOfFileError.m MLKEnvironment.m MLKError.m \
+ MLKLinkedList.m MLKLispValue.m MLKReader.m \
+ MLKReaderError.m MLKStream.m MLKSymbol.m \
+ MLKThrowException.m \
MLKUndefinedVariableException.m
BUNDLE_NAME = Test