diff --git a/Makefile b/Makefile index de71411..32102bd 100644 --- a/Makefile +++ b/Makefile @@ -1,16 +1,17 @@ -.PHONE: all +.PHONY: all all: tree-sitter generate -.PHONE: test +.PHONY: test test: all tree-sitter test nvim-test -.PHONE: update-tests +.PHONY: update-tests update-tests: all tree-sitter test -u +.PHONY: playground playground: nix shell pkgs#emscripten --command tree-sitter build-wasm tree-sitter playground