Skip to content

Commit

Permalink
Get all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zoonman committed May 30, 2018
1 parent 9bd00e5 commit 8782eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ clean:
.PHONY: build test dist it

build:
go get
go get -d ./...
mkdir -p ./bin
go build -o ./bin/lrs ./cmd/lrs
chmod a+x ./bin/lrs
Expand Down

0 comments on commit 8782eb5

Please sign in to comment.