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