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