diff --git a/Makefile b/Makefile index 983b59e..8b716e8 100644 --- a/Makefile +++ b/Makefile @@ -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