From f9baaaa1cf76f1903026aef7ddb146713adfad95 Mon Sep 17 00:00:00 2001 From: Diptanu Choudhury Date: Mon, 22 Aug 2016 08:49:23 -0500 Subject: [PATCH] Instlling the vault binary --- GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 27471ea68..9cd8f80d9 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -7,7 +7,8 @@ EXTERNAL_TOOLS=\ golang.org/x/tools/cmd/cover \ github.com/axw/gocov/gocov \ gopkg.in/matm/v1/gocov-html \ - github.com/ugorji/go/codec/codecgen + github.com/ugorji/go/codec/codecgen \ + github.com/hashicorp/vault GOFILES_NOVENDOR = $(shell find . -type f -name '*.go' -not -path "./vendor/*")