Add missing 'PHONY' target
This commit is contained in:
parent
dc1d139d35
commit
508ea00920
1
Makefile
1
Makefile
|
@ -10,6 +10,7 @@ test: all
|
||||||
update-tests: all
|
update-tests: all
|
||||||
tree-sitter test -u --apply-all-captures
|
tree-sitter test -u --apply-all-captures
|
||||||
|
|
||||||
|
.PHONY: playground
|
||||||
playground:
|
playground:
|
||||||
nix shell pkgs#emscripten --command tree-sitter build-wasm
|
nix shell pkgs#emscripten --command tree-sitter build-wasm
|
||||||
tree-sitter playground
|
tree-sitter playground
|
||||||
|
|
Loading…
Reference in a new issue