mirror of
https://github.com/github/semantic.git
synced 2024-11-28 10:15:55 +03:00
Add a script to build tree-sitter.
This commit is contained in:
parent
13f91b80a3
commit
39e372819b
6
prototype/script/tree-sitter.sh
Executable file
6
prototype/script/tree-sitter.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd `dirname $0`/External/tree-sitter
|
||||
script/configure.sh
|
||||
make compiler
|
||||
make runtime
|
Loading…
Reference in New Issue
Block a user