makefile: Added -f to clean rm's

svn path=/trunk/gtk-sharp/; revision=17125
This commit is contained in:
Martin Willemoes Hansen 2003-08-06 12:05:02 +00:00
parent 41fa110812
commit 6cef51c842

View File

@ -17,5 +17,5 @@ install: gtk-sharp-docs.zip gtk-sharp-docs.tree
install -m 644 gtk-sharp-docs.source `monodoc --get-sourcesdir`
clean:
rm *.tree
rm *zip
rm -f *.tree
rm -f *zip