summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
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