diff --git a/Makefile b/Makefile index 80bad0fb6..a6178479e 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,6 @@ BINARIES := helm tiller all: build .PHONY: build -docker-binary: GOFLAGS += -i build: GOBIN=$(BINDIR) $(GO) install $(GOFLAGS) -tags '$(TAGS)' -ldflags '$(LDFLAGS)' github.com/kubernetes/helm/cmd/...