summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-09-20 13:44:25 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-09-20 13:44:25 +0200
commit7e5a799a46f6aca1525efa2df38026a1917f3edd (patch)
treeef4a7a50300e07643a863b501f60115cf724bf1d /GNUmakefile
parent5dc8e497315ba791c8a8de021f3d2d292566fb56 (diff)
Add class MLKContinuation.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 41d8fb1..8ed21d7 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -65,6 +65,7 @@ ToiletKit_OBJC_FILES = functions.m globals.m MLKArray.m \
MLKBinaryStreamCharacterStream.m MLKBinding.m \
MLKCharacter.m MLKCharacterStream.m \
MLKCommaReader.m MLKCompiledClosure.m MLKCons.m \
+ MLKContinuation.m \
MLKDoubleFloat.m \
MLKDispatchingMacroCharacterReader.m \
MLKDynamicContext.m MLKEnvironment.m \