From: Stephane Glondu <steph@glondu.net>
Date: Fri, 5 Feb 2010 15:18:29 +0100
Subject: [PATCH] More cleaning

Signed-off-by: Stephane Glondu <steph@glondu.net>
---
 examples/wiki/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/examples/wiki/Makefile b/examples/wiki/Makefile
index 6ad8d02..b3110ea 100644
--- a/examples/wiki/Makefile
+++ b/examples/wiki/Makefile
@@ -13,4 +13,4 @@ vm.js: ../../vm.js
 
 clean:
 	@ocamlbuild -clean
-	@-/bin/rm -f *~
+	@-/bin/rm -f *~ *.uue vm.js
-- 
