Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuer committed Sep 14, 2024
1 parent 4202eb5 commit f901aba
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 @@ -13,7 +13,7 @@ vet: ## Vet to find also sublte issues in the code

##@ Build
build: ## Build application
go build -ldflags="-s -w X 'github.com/rjuer/cidr/cmd.version=$(VERSION)'" -o dist/
go build -ldflags="-s -w -X 'github.com/rjuer/cidr/cmd.version=$(VERSION)'" -o dist/
@# go build -ldflags "-s -w" -o dist/

##@ Test
Expand Down

0 comments on commit f901aba

Please sign in to comment.