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