summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-16 00:05:51 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-16 00:05:51 +0200
commitce205cc7273a031ed6bbde71ba340a7996de6d5d (patch)
treea88de15b1587bf1a7d4ab583a1ae2704be5d2aa4 /GNUmakefile
parente8ac596e3cfb1b8ee0b636def0ef1c1005f3957d (diff)
Add class MLKFloat.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile
index df47afe..41b42c1 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -20,10 +20,10 @@ include $(GNUSTEP_MAKEFILES)/common.make
TOOL_NAME = etoilisp
etoilisp_OBJC_FILES = MLKCharacter.m MLKCons.m MLKDynamicContext.m \
MLKEndOfFileError.m MLKEnvironment.m MLKError.m \
- MLKInteger.m MLKLinkedList.m MLKLispValue.m \
- MLKPackage.m MLKRatio.m MLKReader.m MLKReadtable.m \
- MLKReaderError.m MLKStream.m MLKSymbol.m \
- MLKThrowException.m \
+ MLKFloat.m MLKInteger.m MLKLinkedList.m \
+ MLKLispValue.m MLKPackage.m MLKRatio.m MLKReader.m \
+ MLKReadtable.m MLKReaderError.m MLKStream.m \
+ MLKSymbol.m MLKThrowException.m \
MLKUndefinedVariableException.m
BUNDLE_NAME = Test