# developer utilities
pylint:
	pylint --rcfile=../common/pylintrc buildbot
tutorial:
	cd docs/tutorial; $(MAKE) html
pyflakes:
	pyflakes buildbot
