Initial commit
This commit is contained in:
7
{{ cookiecutter.repo_name }}/Makefile
Normal file
7
{{ cookiecutter.repo_name }}/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
.PHONY: clean data
|
||||
|
||||
data:
|
||||
python src/make_dataset.py
|
||||
|
||||
clean:
|
||||
find . -name "*.pyc" -exec rm {} \;
|
||||
Reference in New Issue
Block a user