mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-19 19:17:02 -07:00
Fixed typo in Makefile
This commit is contained in:
parent
26989d1a18
commit
38da4a20ba
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: releaser
|
||||
.PHONY: release
|
||||
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