diff --git a/Makefile b/Makefile index 7cf4c55b54a80b079ec8e9af25019247d62cfb4e..bea1bf42d387e749369e8354850f916832c73d6a 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ build: .PHONY: build-cross build-cross: - gox -output="_dist/{{.OS}}-{{.Arch}}/{{.Dir}}" -os="darwin linux windows" -arch="amd64 386" $(GOFLAGS) -tags '$(TAGS)' -ldflags '$(LDFLAGS)' k8s.io/helm/cmd/... + gox -output="_dist/{{.OS}}-{{.Arch}}/{{.Dir}}" -os="darwin linux windows" -arch="amd64 386" $(GOFLAGS) -tags '$(TAGS)' -ldflags '$(LDFLAGS)' k8s.io/helm/cmd/helm # usage: make dist VERSION=v2.0.0-alpha.3 .PHONY: dist