Merge pull request #636 from adamreese/fix/makefile

fix(Makefile): remove rogue line in Makefile
pull/641/head
Adam Reese 9 years ago
commit 1d0f43b0fb

@ -19,7 +19,6 @@ BINARIES := helm tiller
all: build all: build
.PHONY: build .PHONY: build
docker-binary: GOFLAGS += -i
build: build:
GOBIN=$(BINDIR) $(GO) install $(GOFLAGS) -tags '$(TAGS)' -ldflags '$(LDFLAGS)' github.com/kubernetes/helm/cmd/... GOBIN=$(BINDIR) $(GO) install $(GOFLAGS) -tags '$(TAGS)' -ldflags '$(LDFLAGS)' github.com/kubernetes/helm/cmd/...

Loading…
Cancel
Save