Commit e22853b8 authored by Adam Reese's avatar Adam Reese

fix(Makefile): remove rogue line in Makefile

parent 93fa5167
......@@ -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/...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment