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 30974ae..4a16a6b 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -24,7 +24,8 @@ etoilisp_OBJC_FILES = MLKCharacter.m MLKCons.m MLKDoubleFloat.m \
MLKInteger.m MLKLinkedList.m MLKLispValue.m \
MLKPackage.m MLKParenReader.m MLKRatio.m \
MLKReader.m MLKReadtable.m MLKReaderError.m \
- MLKSingleFloat.m MLKStream.m MLKSymbol.m \
+ MLKSingleFloat.m MLKStream.m \
+ MLKStringInputStream.m MLKSymbol.m \
MLKThrowException.m \
MLKUndefinedVariableException.m \
NSObject-MLKPrinting.m