agtest/Justfile

3 lines
89 B
Makefile
Raw Normal View History

2021-06-08 19:56:30 -05:00
watch:
2021-06-13 18:28:28 -05:00
watchexec -ce py,lark,ag -i gen 'mypy *.py && python agmain.py && mypy gen/*.py'