2015-10-30 15:09:43 -04:00

8 lines
99 B
Makefile

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