.PHONY: clean clean: find . "(" -name "*~" -or -name ".#*" -or -name "*.pyc" ")" -print | xargs rm -f