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