Add Make task to generate and test.
This commit is contained in:
parent
781774214f
commit
e79868ec20
1 changed files with 4 additions and 0 deletions
4
Makefile
Normal file
4
Makefile
Normal file
|
@ -0,0 +1,4 @@
|
|||
all:
|
||||
tree-sitter generate
|
||||
tree-sitter test
|
||||
.PHONY: all
|
Loading…
Reference in a new issue