summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-17 13:28:05 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-17 13:28:05 +0200
commit6058a8c5f6e7ed7d42c8e32ba054c81808be34a4 (patch)
tree5cb7b99d0bb0738b6a275a637470a495b0162b11 /GNUmakefile
parent9899cd93c8362c2c1c7ce9de3de4932d14d0173f (diff)
Add category NSObject(MLKPrinting).
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index a43461b..30974ae 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -26,7 +26,8 @@ etoilisp_OBJC_FILES = MLKCharacter.m MLKCons.m MLKDoubleFloat.m \
MLKReader.m MLKReadtable.m MLKReaderError.m \
MLKSingleFloat.m MLKStream.m MLKSymbol.m \
MLKThrowException.m \
- MLKUndefinedVariableException.m
+ MLKUndefinedVariableException.m \
+ NSObject-MLKPrinting.m
BUNDLE_NAME = Test
Test_OBJC_FILES = $(etoilisp_OBJC_FILES) MLKLowLevelTests.m