diff options
| author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-17 13:28:05 +0200 |
|---|---|---|
| committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-17 13:28:05 +0200 |
| commit | 6058a8c5f6e7ed7d42c8e32ba054c81808be34a4 (patch) | |
| tree | 5cb7b99d0bb0738b6a275a637470a495b0162b11 /GNUmakefile | |
| parent | 9899cd93c8362c2c1c7ce9de3de4932d14d0173f (diff) | |
Add category NSObject(MLKPrinting).
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 3 |
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 |
