mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-12 17:55:28 +00:00
makefile: Added -f to clean rm's
svn path=/trunk/gtk-sharp/; revision=17125
This commit is contained in:
parent
41fa110812
commit
6cef51c842
|
@ -17,5 +17,5 @@ install: gtk-sharp-docs.zip gtk-sharp-docs.tree
|
||||||
install -m 644 gtk-sharp-docs.source `monodoc --get-sourcesdir`
|
install -m 644 gtk-sharp-docs.source `monodoc --get-sourcesdir`
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm *.tree
|
rm -f *.tree
|
||||||
rm *zip
|
rm -f *zip
|
||||||
|
|
Loading…
Reference in a new issue