From ce205cc7273a031ed6bbde71ba340a7996de6d5d Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 16 Jun 2008 00:05:51 +0200 Subject: Add class MLKFloat. --- GNUmakefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'GNUmakefile') 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 -- cgit v1.2.3