agtest/Justfile

3 lines
89 B
Makefile
Raw Normal View History

2021-06-09 00:56:30 +00:00
watch:
2021-06-13 23:28:28 +00:00
watchexec -ce py,lark,ag -i gen 'mypy *.py && python agmain.py && mypy gen/*.py'