chore: add help to makefile
This commit is contained in:
parent
ca74052114
commit
4fdf38aebe
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -28,3 +28,6 @@ init-tree-sitter:
|
|||
|
||||
init-git-hooks:
|
||||
ln -s $(PWD)/scripts/pre-commit $(PWD)/.git/hooks/pre-commit
|
||||
|
||||
help:
|
||||
cat Makefile
|
||||
|
|
Loading…
Reference in a new issue