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