11 lines
193 B
Makefile
11 lines
193 B
Makefile
watch:
|
|
watchexec -ce py,lark,ag -i gen 'just run'
|
|
|
|
doc:
|
|
pipenv run sphinx-apidoc agtest -o docs
|
|
pipenv run make -C docs html
|
|
|
|
run:
|
|
mypy *.py
|
|
python agmain.py
|
|
mypy gen/*.py
|