Skip to content

Commit

Permalink
docs: update Makefile help (#505)
Browse files Browse the repository at this point in the history
Add help messages for build and build-goreleaser

Signed-off-by: Kairo Araujo <[email protected]>
  • Loading branch information
kairoaraujo authored Oct 1, 2024
1 parent 25e05d5 commit 97e2e04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ BUILDFLAGS := -trimpath
clean: ## Clean the binary directory
rm -rf $(BINDIR)

build:
build: ## Build the binary
CGO_ENABLED=0 go build $(BUILDFLAGS) -o $(BINDIR)/$(BINNAME) ./main.go

build-goreleaser:
build-goreleaser: ## Build the binary using goreleaser
goreleaser build --snapshot --clean

vet: ## Run go vet
Expand Down

0 comments on commit 97e2e04

Please sign in to comment.