2 lines
78 B
Makefile
2 lines
78 B
Makefile
watch:
|
|
watchexec -ce py -i gen 'mypy *.py && python gen.py && mypy gen/*.py'
|