Fixed typo in Makefile

This commit is contained in:
David Allen 2024-09-26 10:51:05 -06:00
parent 26989d1a18
commit 38da4a20ba
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/goreleaser/goreleaser@v1.18.2
go install github.com/cpuguy83/go-md2man/v2@latest go install github.com/cpuguy83/go-md2man/v2@latest
.PHONY: releaser .PHONY: release
release: ## goreleaser build release: ## goreleaser build
$(call print-target) $(call print-target)
$(GOPATH)/bin/goreleaser build --clean --single-target --snapshot $(GOPATH)/bin/goreleaser build --clean --single-target --snapshot