summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-22 13:19:09 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-22 13:19:09 +0200
commit9960b8e94943867cc321a5145c327188e14d4d44 (patch)
treeaca68ea0144f0cb8b3cc0b2504d04536b3fce318 /GNUmakefile
parentf096436acc4c0c6968c88ca0f795bf021c83c670 (diff)
Add class MLKInterpreter.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 3bdc97a..b001940 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -25,10 +25,10 @@ FRAMEWORK_NAME = ToiletKit
ToiletKit_OBJC_FILES = MLKCharacter.m MLKCons.m MLKDoubleFloat.m \
MLKDynamicContext.m MLKEndOfFileError.m \
MLKEnvironment.m MLKError.m MLKFloat.m \
- MLKInteger.m MLKLinkedList.m MLKLispValue.m \
- MLKPackage.m MLKParenReader.m MLKRatio.m \
- MLKReader.m MLKReadtable.m MLKReaderError.m \
- MLKSingleFloat.m MLKStream.m \
+ MLKInteger.m MLKInterpreter.m MLKLinkedList.m \
+ MLKLispValue.m MLKPackage.m MLKParenReader.m \
+ MLKRatio.m MLKReader.m MLKReadtable.m \
+ MLKReaderError.m MLKSingleFloat.m MLKStream.m \
MLKStringInputStream.m MLKSymbol.m \
MLKThrowException.m \
MLKUndefinedVariableException.m \