mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-13 08:56:23 -04:00
8 lines
181 B
Bash
Executable file
8 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 $@
|