From e22853b8458f10f5d20af5b5174204de6a850650 Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Tue, 3 May 2016 16:15:29 -0700 Subject: [PATCH] fix(Makefile): remove rogue line in Makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) 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/...