mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
parent
36ec1901eb
commit
9b91996c8a
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -15,6 +15,9 @@ GOFLAGS :=
|
|||
BINDIR := $(CURDIR)/bin
|
||||
BINARIES := helm tiller
|
||||
|
||||
# Required for globs to work correctly
|
||||
SHELL=/bin/bash
|
||||
|
||||
.PHONY: all
|
||||
all: build
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue