8 lines
159 B
Bash
8 lines
159 B
Bash
|
|
#!/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
|