diff --git a/Makefile b/Makefile index fea0478cdc..80a0b836c8 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ plugin-dev: generate mv $(GOPATH)/bin/$(PLUGIN) $(GOPATH)/bin/terraform-$(PLUGIN) release: updatedeps - gox -build-toolchain + gox @$(MAKE) bin # test runs the unit tests and vets the code