diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-10 12:17:53 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-10 12:17:53 +0200 |
commit | c802172ab92da89a8e9a8cc92c47c09f222dacd1 (patch) | |
tree | c1e4588297c27c8d268594b5a2621e61a4cc7e0b /GNUmakefile | |
parent | ddf78cc594ae390a8bfff95555dc285c1bbd28f5 (diff) |
Add class cluster MLKForm.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index cff81a7..3f7ae93 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -53,7 +53,7 @@ ToiletKit_OBJC_FILES = functions.m globals.m MLKArray.m \ MLKDoubleFloat.m \ MLKDispatchingMacroCharacterReader.m \ MLKDynamicContext.m MLKEnvironment.m MLKFloat.m \ - MLKForeignProcedure.m MLKInteger.m \ + MLKForeignProcedure.m MLKForm.m MLKInteger.m \ MLKInterpretedClosure.m MLKInterpreter.m \ MLKLexicalContext.m MLKLexicalEnvironment.m \ MLKLispValue.m MLKNumber.m MLKPackage.m \ |