Skip to content

Commit

Permalink
Added source and destination to Make data target (drivendataorg#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
jraviotta authored and pjbull committed May 24, 2019
1 parent 997a9db commit 7dcc59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.repo_name }}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requirements: test_environment

## Make Dataset
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
clean:
Expand Down

0 comments on commit 7dcc59d

Please sign in to comment.