Fixed releaser .PHONY in Makefile

This commit is contained in:
David Allen 2024-09-26 10:49:48 -06:00
parent 8334b0e4ca
commit 26989d1a18
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC

View file

@ -55,7 +55,7 @@ inst: ## go install tools
go install github.com/goreleaser/goreleaser@v1.18.2
go install github.com/cpuguy83/go-md2man/v2@latest
.PHONY: goreleaser
.PHONY: releaser
release: ## goreleaser build
$(call print-target)
$(GOPATH)/bin/goreleaser build --clean --single-target --snapshot