Fix 'PHONY' target name
This commit is contained in:
parent
ebb642cb14
commit
dc1d139d35
6
Makefile
6
Makefile
|
@ -1,12 +1,12 @@
|
||||||
.PHONE: all
|
.PHONY: all
|
||||||
all:
|
all:
|
||||||
tree-sitter generate
|
tree-sitter generate
|
||||||
|
|
||||||
.PHONE: test
|
.PHONY: test
|
||||||
test: all
|
test: all
|
||||||
tree-sitter test --apply-all-captures
|
tree-sitter test --apply-all-captures
|
||||||
|
|
||||||
.PHONE: update-tests
|
.PHONY: update-tests
|
||||||
update-tests: all
|
update-tests: all
|
||||||
tree-sitter test -u --apply-all-captures
|
tree-sitter test -u --apply-all-captures
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue