Fix 'PHONY' target name

This commit is contained in:
Bruno BELANYI 2024-04-11 18:00:12 +01:00
parent ebb642cb14
commit dc1d139d35

View file

@ -1,12 +1,12 @@
.PHONE: all
.PHONY: all
all:
tree-sitter generate
.PHONE: test
.PHONY: test
test: all
tree-sitter test --apply-all-captures
.PHONE: update-tests
.PHONY: update-tests
update-tests: all
tree-sitter test -u --apply-all-captures