agtest/Justfile

3 lines
86 B
Makefile
Raw Normal View History

2021-06-09 00:56:30 +00:00
watch:
2021-06-09 07:44:52 +00:00
watchexec -ce py,lark,ag -i gen 'mypy *.py && python gen.py && mypy gen/*.py'