Add Makefile
This commit is contained in:
parent
6c30591188
commit
617e9adaeb
1 changed files with 16 additions and 0 deletions
16
Makefile
Normal file
16
Makefile
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
.PHONE: all
|
||||||
|
all:
|
||||||
|
tree-sitter generate
|
||||||
|
|
||||||
|
.PHONE: test
|
||||||
|
test: all
|
||||||
|
tree-sitter test
|
||||||
|
nvim-test
|
||||||
|
|
||||||
|
.PHONE: update-tests
|
||||||
|
update-tests: all
|
||||||
|
tree-sitter test -u
|
||||||
|
|
||||||
|
playground:
|
||||||
|
nix shell pkgs#emscripten --command tree-sitter build-wasm
|
||||||
|
tree-sitter playground
|
||||||
Loading…
Add table
Add a link
Reference in a new issue