summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
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