Added source and destination to Make data target (#169)
This commit is contained in:
parent
997a9db06d
commit
7dcc59da43
|
@ -27,7 +27,7 @@ requirements: test_environment
|
||||||
|
|
||||||
## Make Dataset
|
## Make Dataset
|
||||||
data: requirements
|
data: requirements
|
||||||
$(PYTHON_INTERPRETER) src/data/make_dataset.py
|
$(PYTHON_INTERPRETER) src/data/make_dataset.py data/raw data/processed
|
||||||
|
|
||||||
## Delete all compiled Python files
|
## Delete all compiled Python files
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Reference in New Issue