tree-sitter/script/configure
2016-11-30 17:23:44 -08:00

7 lines
181 B
Bash
Executable file

#!/usr/bin/env bash
set -e
git submodule update --init --recursive
externals/gyp/gyp project.gyp --depth . --format=make $@
externals/gyp/gyp tests.gyp --depth . --format=make $@