diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..de71411 --- /dev/null +++ b/Makefile @@ -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