diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-17 16:10:52 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-17 16:10:52 +0200 |
commit | 1cf2f94d79396d81bdc798768687c1bef86a9102 (patch) | |
tree | 8312c6feb12a95b661bd394c09941f34ca61c951 /GNUmakefile | |
parent | 6058a8c5f6e7ed7d42c8e32ba054c81808be34a4 (diff) |
Add class MLKStringInputStream.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
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 |