tree-sitter/script/bootstrap.sh
Max Brunsfeld 67e008d15d Generate makefile with gyp
- Add gyp submodule
- Add script to generate makefile with gyp
- Switch travis build to do this
2014-03-03 13:20:44 -08:00

7 lines
159 B
Bash
Executable file

#!/usr/bin/env bash
set -e
git submodule update --init
externals/gyp/gyp tree_sitter.gyp --depth .
externals/gyp/gyp tree_sitter.gyp --depth . --format=make