all:
	echo Nothing to be done

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