Drop extensions from script filenames
This commit is contained in:
parent
7dfb1dbdf6
commit
04afda2e66
9 changed files with 4 additions and 5 deletions
7
script/clean
Executable file
7
script/clean
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