Skip to content

Commit 5aff93f

Browse files
committed
make release to flat folder
1 parent fcf39cd commit 5aff93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ release: clean ; $(info $(M) building binaries for multiple os/arch...) @ ## Bui
6060
$(GO) build \
6161
-tags release \
6262
-ldflags "$(LDFLAGS_VERSION)" \
63-
-o $(BIN)/$(basename $(MODULE))_$(GOOS)_$(GOARCH) ./cmd/main.go || true)))
63+
-o $(BIN)/pumba_$(GOOS)_$(GOARCH) ./cmd/main.go)))
6464

6565
# Tools
6666

0 commit comments

Comments
 (0)