From c7997bbb7b6bf00f4cc6d42da4570b999a4c0a4e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 27 Sep 2015 23:21:12 -0700 Subject: [PATCH] Fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 577eed8f5..e2e0a3602 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ all: deps format @mkdir -p bin/ @bash --norc -i ./scripts/build.sh -bin: generate +bin: @sh -c "'$(CURDIR)/scripts/build.sh'" cov: