diff --git a/Makefile b/Makefile index fea0478cd..80a0b836c 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