.PHONY: tags check tags: ctags `find mu4web -type f -name \*.py ` check: mypy -p mu4web flake8 mu4web