mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Fixed releaser .PHONY in Makefile
This commit is contained in:
parent
8334b0e4ca
commit
26989d1a18
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue