all:
	echo Nothing to be done

clean:
	rm -rf .cache MANIFEST dist */__pycache__ *~ */*~ */*.pyc build callmebot.egg-info
