We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf39cd commit 5aff93fCopy full SHA for 5aff93f
Makefile
@@ -60,7 +60,7 @@ release: clean ; $(info $(M) building binaries for multiple os/arch...) @ ## Bui
60
$(GO) build \
61
-tags release \
62
-ldflags "$(LDFLAGS_VERSION)" \
63
- -o $(BIN)/$(basename $(MODULE))_$(GOOS)_$(GOARCH) ./cmd/main.go || true)))
+ -o $(BIN)/pumba_$(GOOS)_$(GOARCH) ./cmd/main.go)))
64
65
# Tools
66
0 commit comments