summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-15 23:06:18 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-15 23:06:18 +0200
commite8ac596e3cfb1b8ee0b636def0ef1c1005f3957d (patch)
tree7a0d6b80a945a826ec8b81a6435928dc4803aa5b /GNUmakefile
parentebda48e66584c562d3c1f44693b0041fca36e926 (diff)
Add class MLKRatio.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile12
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