diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-14 19:38:29 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-14 19:38:29 +0200 |
commit | e02c197a86a9c177937a6df95a92ab05b009a479 (patch) | |
tree | 10ae2c961d4cdae3958db568bbe77d521b8e329e /GNUmakefile | |
parent | ebcf48ecb6941d349eaff5fc01246f11cd5f38e5 (diff) |
Implement most of the Common Lisp reader.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 6 |
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 |