From 6058a8c5f6e7ed7d42c8e32ba054c81808be34a4 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 17 Jun 2008 13:28:05 +0200 Subject: Add category NSObject(MLKPrinting). --- GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'GNUmakefile') 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 -- cgit v1.2.3