1
1
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:
Rob Rix 2015-10-26 15:40:22 -04:00
parent 13f91b80a3
commit 39e372819b

View File

@ -0,0 +1,6 @@
#!/bin/bash
cd `dirname $0`/External/tree-sitter
script/configure.sh
make compiler
make runtime