summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-14 23:29:25 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-14 23:29:25 +0200
commit93bd600a7b1bc4062c29f1c8e961c29317312efb (patch)
treeb3966d04bd263f7092e1512b8ed5ccb19a548daa /GNUmakefile
parent932d3df11b56b88a97ef497ca7c891547275d05a (diff)
Add class MLKReadtable.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index b9ddad3..4b614b0 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -21,8 +21,8 @@ TOOL_NAME = etoilisp
etoilisp_OBJC_FILES = MLKCharacter.m MLKCons.m MLKDynamicContext.m \
MLKEndOfFileError.m MLKEnvironment.m MLKError.m \
MLKLinkedList.m MLKLispValue.m MLKPackage.m \
- MLKReader.m MLKReaderError.m MLKStream.m \
- MLKSymbol.m MLKThrowException.m \
+ MLKReader.m MLKReadtable.m MLKReaderError.m \
+ MLKStream.m MLKSymbol.m MLKThrowException.m \
MLKUndefinedVariableException.m
BUNDLE_NAME = Test