This website works better with JavaScript.
Home
Help
Sign In
WineASIO
/
wineasio
mirror of
https://github.com/wineasio/wineasio
Watch
1
Star
0
Fork
0
Code
Releases
3
Activity
Browse Source
Non-destructive gui "make clean"
Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.0.0
falkTX
4 years ago
parent
3f750773c4
commit
174d473fc3
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
gui/Makefile
+ 4
- 1
gui/Makefile
View File
@@ -24,7 +24,10 @@ ui_%.py: %.ui
# ---------------------------------------------------------------------------------------------------------------------
clean:
rm -f *~ *.pyc ui_*.py
rm -f *~ *.pyc
destroy: clean
rm -f ui_*.py
# ---------------------------------------------------------------------------------------------------------------------
Write
Preview
Loading…
Cancel
Save