agtest/Justfile

8 lines
110 B
Makefile
Raw Normal View History

2021-06-09 00:56:30 +00:00
watch:
2021-09-30 20:32:32 +00:00
watchexec -ce py,lark,ag -i gen 'just run'
run:
mypy *.py
python agmain.py
mypy gen/*.py