Skip to content

Commit

Permalink
get deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pbthorste committed Feb 19, 2017
1 parent 38f2aed commit 677219f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 677219f

Please sign in to comment.