summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-08-11 13:17:05 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-08-11 13:17:05 +0200
commitb67f787f7874c4588bebb80b87b275cee05b0e68 (patch)
treec71ea429d9768ece2f1acac1c273b886227aa84a /GNUmakefile
parentf784dcad0bda2c518cc21df24180019263915da5 (diff)
Remove class MLKLispValue.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 87076d4..b884e03 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -56,14 +56,13 @@ ToiletKit_OBJC_FILES = functions.m globals.m MLKArray.m \
MLKForeignProcedure.m MLKForm.m MLKInteger.m \
MLKInterpretedClosure.m MLKInterpreter.m \
MLKLexicalContext.m MLKLexicalEnvironment.m \
- MLKLispValue.m MLKNumber.m MLKPackage.m \
- MLKParenReader.m MLKQuoteReader.m MLKRatio.m \
- MLKReader.m MLKReadtable.m MLKReaderError.m \
- MLKRoot.m MLKSemicolonReader.m \
- MLKSharpsignColonReader.m MLKSingleFloat.m \
- MLKStream.m MLKStringInputStream.m \
- MLKStringOutputStream.m MLKStringReader.m \
- MLKSymbol.m MLKThrowException.m \
+ MLKNumber.m MLKPackage.m MLKParenReader.m \
+ MLKQuoteReader.m MLKRatio.m MLKReader.m \
+ MLKReadtable.m MLKReaderError.m MLKRoot.m \
+ MLKSemicolonReader.m MLKSharpsignColonReader.m \
+ MLKSingleFloat.m MLKStream.m \
+ MLKStringInputStream.m MLKStringOutputStream.m \
+ MLKStringReader.m MLKSymbol.m MLKThrowException.m \
MLKValuesFunction.m NSObject-MLKPrinting.m \
NSString-MLKPrinting.m
ToiletKit_OBJCFLAGS = -Wall