mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Add cleanup.sh
This commit is contained in:
parent
7a3af1f57b
commit
8e4dcce785
1 changed files with 8 additions and 0 deletions
8
cleanup.sh
Executable file
8
cleanup.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
rm -rf journal/mac/__pycache__
|
||||
rm -rf build
|
||||
rm -rf dist
|
||||
rm -rf _______.app
|
||||
rm -rf OneShot.app
|
||||
make distclean
|
||||
Loading…
Reference in a new issue