.PHONY: clean data data: python src/make_dataset.py clean: find . -name "*.pyc" -exec rm {} \;