Skip to content

Commit eab69a1

Browse files
committed
remove deprecated flag
1 parent 3460922 commit eab69a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ deps:
2323
go install github.com/aktau/github-release@latest
2424

2525
build:
26-
go build -i -o $(GOBIN)/$(BIN_NAME) -v -ldflags "-X main.version=$(VERSION)" .
26+
go build -o $(GOBIN)/$(BIN_NAME) -v -ldflags "-X main.version=$(VERSION)" .
2727
@echo "Compilation done."
28-
@echo "Run \"./build/bin/$(BIN_NAME) -h\" to view available commands."
28+
@echo "Run \"./build/bin/$(BIN_NAME)\" to view available commands."
2929

3030
test:
3131
go test -v ./...

0 commit comments

Comments
 (0)