From 77b105af91103b67dc1ec3533900d9c508dee84b Mon Sep 17 00:00:00 2001 From: Nicolas Lamirault Date: Wed, 21 Dec 2016 09:31:40 +0100 Subject: [PATCH] Add default binary --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d8ca963b5..85c3e196d 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ IMAGE_PREFIX ?= kubernetes-helm SHORT_NAME ?= tiller TARGETS = darwin/amd64 linux/amd64 linux/386 linux/arm windows/amd64 DIST_DIRS = find * -type d -exec +APP = helm # go option GO ?= go