We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3460922 commit eab69a1Copy full SHA for eab69a1
Makefile
@@ -23,9 +23,9 @@ deps:
23
go install github.com/aktau/github-release@latest
24
25
build:
26
- go build -i -o $(GOBIN)/$(BIN_NAME) -v -ldflags "-X main.version=$(VERSION)" .
+ go build -o $(GOBIN)/$(BIN_NAME) -v -ldflags "-X main.version=$(VERSION)" .
27
@echo "Compilation done."
28
- @echo "Run \"./build/bin/$(BIN_NAME) -h\" to view available commands."
+ @echo "Run \"./build/bin/$(BIN_NAME)\" to view available commands."
29
30
test:
31
go test -v ./...
0 commit comments