Skip to content

Commit

Permalink
fix make
Browse files Browse the repository at this point in the history
  • Loading branch information
alexei-led committed Apr 21, 2021
1 parent 0bfa5e2 commit b39d9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export CGO_ENABLED=0
export GOPROXY=https://proxy.golang.org

.PHONY: all
all: fmt lint test | $(BIN) ; $(info $(M) building executable) @ ## Build program binary
all: fmt lint test ; $(info $(M) building executable) @ ## Build program binary
$Q $(GO) build \
-tags release \
-ldflags "$(LDFLAGS_VERSION)" \
Expand Down

0 comments on commit b39d9ac

Please sign in to comment.