agtest/Justfile

11 lines
149 B
Makefile
Raw Normal View History

2021-06-08 19:56:30 -05:00
watch:
2021-09-30 15:32:32 -05:00
watchexec -ce py,lark,ag -i gen 'just run'
2021-09-30 22:50:56 -05:00
doc:
pipenv run make -C docs html
2021-09-30 16:07:36 -05:00
2021-09-30 15:32:32 -05:00
run:
mypy *.py
python agmain.py
mypy gen/*.py