mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-25 01:25:39 +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`
|
||||
|
||||
clean:
|
||||
rm *.tree
|
||||
rm *zip
|
||||
rm -f *.tree
|
||||
rm -f *zip
|
||||
|
|
Loading…
Reference in a new issue