mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-14 17:36:27 -04:00
Add clean script
Also rename other scripts
This commit is contained in:
parent
0815db1d23
commit
7ff690371e
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…
Reference in a new issue