aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 4ba00661436a0228fc9c9a130c3e3b31bd238df8 (plain)
1
2
3
4
5
6
7
8
.PHONY: tags check

tags:
	ctags `find mu4web -type f -name \*.py `

check:
	mypy -p mu4web
	flake8 mu4web