


clean:
	find . -name "*~" -exec rm -f {} \;
	rm -f data/* data/.pod*
