diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-15 23:06:18 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-15 23:06:18 +0200 |
commit | e8ac596e3cfb1b8ee0b636def0ef1c1005f3957d (patch) | |
tree | 7a0d6b80a945a826ec8b81a6435928dc4803aa5b /GNUmakefile | |
parent | ebda48e66584c562d3c1f44693b0041fca36e926 (diff) |
Add class MLKRatio.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/GNUmakefile b/GNUmakefile index e9cbdd4..df47afe 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -18,12 +18,12 @@ 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 MLKReader.m MLKReadtable.m \ - MLKReaderError.m MLKStream.m MLKSymbol.m \ - MLKThrowException.m \ +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 \ MLKUndefinedVariableException.m BUNDLE_NAME = Test |