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