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 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