Add clean script
Also rename other scripts
This commit is contained in:
parent
0815db1d23
commit
7ff690371e
3 changed files with 7 additions and 0 deletions
7
script/clean.sh
Executable file
7
script/clean.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
rm -rf \
|
||||
build out \
|
||||
gyp-mac-tool \
|
||||
Makefile *.Makefile *.target.mk \
|
||||
*.xcodeproj
|
||||
Loading…
Add table
Add a link
Reference in a new issue