fix(Makefile): remove rogue line in Makefile

pull/636/head
Adam Reese 8 years ago
parent 93fa516786
commit e22853b845

@ -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/...

Loading…
Cancel
Save