add bootstrap target when running make/make all

Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
pull/5641/head
Tariq Ibrahim 7 years ago
parent b06b5ef4d2
commit e07ff88f1d
No known key found for this signature in database
GPG Key ID: C825B5B868463F60

@ -22,7 +22,7 @@ BINARIES := helm tiller
SHELL=/usr/bin/env bash SHELL=/usr/bin/env bash
.PHONY: all .PHONY: all
all: build all: bootstrap build
.PHONY: build .PHONY: build
build: build:

@ -16,7 +16,7 @@ Helm and Tiller.
We use Make to build our programs. The simplest way to get started is: We use Make to build our programs. The simplest way to get started is:
```console ```console
$ make bootstrap build $ make
``` ```
NOTE: This will fail if not running from the path `$GOPATH/src/k8s.io/helm`. The NOTE: This will fail if not running from the path `$GOPATH/src/k8s.io/helm`. The

Loading…
Cancel
Save