# vim: shiftwidth=4 softtabstop=4 tabstop=4 noexpandtab .PHONY: all clean tarball all: python setup.py build clean: find . -type d -iname '__pycache__' -exec rm -rf {} +; rm -rf build tarball: clean tar --exclude-vcs -cvf xbackup.tar *