all:
	@echo "do nothing"

.PHONY : clean
clean:
	rm -f *.pyc
	rm -f *.pyo
