From 17de39aa8a95f85a1e60de2ed4ed2c6e760a5790 Mon Sep 17 00:00:00 2001 From: Jack Danger Date: Mon, 25 Sep 2017 14:11:11 -0700 Subject: [PATCH] accepting stdin via make task --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7cec13b87..f02fa9c87 100644 --- a/Makefile +++ b/Makefile @@ -32,4 +32,4 @@ publish: upload_pypi_artifact build_dockerhub_image tag_github_release scaffold: @pip install -r requirements-dev.txt > /dev/null - @python scripts/scaffold.py + exec python scripts/scaffold.py