all:
	@echo "I'm written in python, you don't need to compile me :)"
	@echo "But I'll clean .pyc files in case they are corrupt."
	-rm -f *.pyc
