Index: bundle_creation/makefile
===================================================================
--- bundle_creation/makefile	(revision 25)
+++ bundle_creation/makefile	(revision 27)
@@ -20,4 +20,4 @@
 clean:
 	@echo Cleaning intermediate stuff...
-	@find * -type d -exec rm -R {} \; 2>/dev/null
-	@echo Ignore that error ;)
+	-@find * -type d -exec rm -R {} \; 2>/dev/null
+	@echo "Ignore that error ;)"
