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: