From e02c197a86a9c177937a6df95a92ab05b009a479 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 14 Jun 2008 19:38:29 +0200 Subject: Implement most of the Common Lisp reader. --- GNUmakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'GNUmakefile') 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 -- cgit v1.2.3