agtest/Justfile
2021-09-30 22:52:35 -05:00

11 lines
149 B
Makefile

watch:
watchexec -ce py,lark,ag -i gen 'just run'
doc:
pipenv run make -C docs html
run:
mypy *.py
python agmain.py
mypy gen/*.py