8 lines
62 B
Makefile
8 lines
62 B
Makefile
|
|
||
|
|
||
|
test: build
|
||
|
tree-sitter test
|
||
|
|
||
|
build:
|
||
|
tree-sitter generate
|