We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd00e5 commit 8782eb5Copy full SHA for 8782eb5
1 file changed
Makefile
@@ -11,7 +11,7 @@ clean:
11
.PHONY: build test dist it
12
13
build:
14
- go get
+ go get -d ./...
15
mkdir -p ./bin
16
go build -o ./bin/lrs ./cmd/lrs
17
chmod a+x ./bin/lrs
0 commit comments