tree-sitter-bp/Makefile
Bruno BELANYI 9012a19840
All checks were successful
ci/woodpecker/push/check Pipeline was successful
WIP: PLAYGROUND
2024-04-22 09:57:56 +00:00

19 lines
296 B
Makefile

.PHONY: all
all:
tree-sitter generate
.PHONY: test
test: all
tree-sitter test
nvim-test-runner
.PHONY: update-tests
update-tests: all
tree-sitter test -u
nvim-test-runner
.PHONY: playground
playground:
nix shell pkgs#emscripten --command tree-sitter build --wasm
tree-sitter playground