Initial commit

This commit is contained in:
isms
2015-10-30 15:09:43 -04:00
commit 004f0635a4
8 changed files with 111 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
.PHONY: clean data
data:
python src/make_dataset.py
clean:
find . -name "*.pyc" -exec rm {} \;