agtest/Justfile

3 lines
83 B
Makefile
Raw Normal View History

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