mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 20:25:37 +00:00
* makefile.win32: New clean and release targets, and don't bother
building the samples (sample/makefile.win32 is out of date anyway) (clean target fixed) svn path=/trunk/gtk-sharp/; revision=17969
This commit is contained in:
parent
8d8363eb5d
commit
4c5644e45d
|
@ -12,8 +12,8 @@ windows:
|
|||
clean:
|
||||
rm -f api/generated-stamp
|
||||
rm -rf lib
|
||||
find -iname "*.exe" -exec rm -f \{\} \;
|
||||
find -iname "*.dll" -exec rm -f \{\} \;
|
||||
-find -iname "*.exe" -exec rm -f \{\} \;
|
||||
-find -iname "*.dll" -exec rm -f \{\} \;
|
||||
|
||||
for i in $(DIRS); do \
|
||||
rm -rf $$i/generated; \
|
||||
|
|
Loading…
Reference in a new issue