From 677219fa0ec008d19e63f1afdaaf4a0172985398 Mon Sep 17 00:00:00 2001 From: pbthorste Date: Sun, 19 Feb 2017 22:47:25 +0100 Subject: [PATCH] get deps --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index bd1bf5b..7a8b617 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,11 @@ all: tools build tools: go get -u -v "github.com/mitchellh/gox" + + build: @mkdir -p bin/ + go get -t ./... go test -v ./... go build ${LDFLAGS} -o bin/${NAME} cmd/lambdadeploy/main.go