7 lines
111 B
Bash
Executable file
7 lines
111 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
rm -rf \
|
|
build out \
|
|
gyp-mac-tool \
|
|
Makefile *.Makefile *.target.mk \
|
|
*.xcodeproj
|