tree-sitter/script/configure

8 lines
181 B
Text
Raw Normal View History

#!/usr/bin/env bash
set -e
git submodule update --init --recursive
2014-07-13 21:56:25 -07:00
externals/gyp/gyp project.gyp --depth . --format=make $@
2014-07-25 12:55:00 -07:00
externals/gyp/gyp tests.gyp --depth . --format=make $@