Skip to content

Commit 8782eb5

Browse files
committed
Get all dependencies
1 parent 9bd00e5 commit 8782eb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ clean:
1111
.PHONY: build test dist it
1212

1313
build:
14-
go get
14+
go get -d ./...
1515
mkdir -p ./bin
1616
go build -o ./bin/lrs ./cmd/lrs
1717
chmod a+x ./bin/lrs

0 commit comments

Comments
 (0)