Below is the file 'Makefile' from this revision. You can also download the file.

ctags:
	find . -name "*.py" -print0 | xargs -0 ctags

clean:
	find . -name "*.pyc" -exec rm {} \;

release:
	./release.sh