tree-sitter-bp/Makefile

16 lines
281 B
Makefile
Raw Normal View History

2024-04-07 20:59:34 +02:00
.PHONE: all
all:
tree-sitter generate
.PHONE: test
test: all
tree-sitter test --apply-all-captures
2024-04-07 20:59:34 +02:00
.PHONE: update-tests
update-tests: all
tree-sitter test -u --apply-all-captures
2024-04-07 20:59:34 +02:00
playground:
nix shell pkgs#emscripten --command tree-sitter build-wasm
tree-sitter playground