summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-14 19:38:29 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-14 19:38:29 +0200
commite02c197a86a9c177937a6df95a92ab05b009a479 (patch)
tree10ae2c961d4cdae3958db568bbe77d521b8e329e /GNUmakefile
parentebcf48ecb6941d349eaff5fc01246f11cd5f38e5 (diff)
Implement most of the Common Lisp reader.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index b2de3a9..9eb3844 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -18,9 +18,9 @@
include $(GNUSTEP_MAKEFILES)/common.make
TOOL_NAME = etoilisp
-etoilisp_OBJC_FILES = MLKCons.m MLKDynamicContext.m MLKEnvironment.m \
- MLKLinkedList.m MLKLispValue.m MLKSymbol.m \
- MLKThrowException.m \
+etoilisp_OBJC_FILES = MLKCons.m MLKDynamicContext.m MLKEndOfFileError.m \
+ MLKEnvironment.m MLKLinkedList.m MLKLispValue.m \
+ MLKReader.m MLKSymbol.m MLKThrowException.m \
MLKUndefinedVariableException.m
BUNDLE_NAME = Test