agtest/Justfile

3 lines
78 B
Makefile
Raw Normal View History

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