diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index f88f6c2..de97da6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -27,7 +27,7 @@ ADDITIONAL_OBJCFLAGS = -Wall ToiletKit_OBJC_FILES = MLKCharacter.m MLKCons.m MLKBinding.m \ MLKDoubleFloat.m MLKDynamicContext.m \ - MLKEndOfFileError.m MLKEnvironment.m MLKError.m \ + MLKEndOfFileError.m MLKEnvironment.m \ MLKFloat.m MLKInteger.m MLKInterpreter.m \ MLKLinkedList.m MLKLexicalContext.m \ MLKLexicalEnvironment.m MLKLispValue.m \ |