mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
makefile: Add an explicit buildrelease case
This commit is contained in:
parent
df17b77266
commit
6e85cbcf9c
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -5,6 +5,9 @@ all: build
|
||||||
build:
|
build:
|
||||||
goreleaser --snapshot --rm-dist
|
goreleaser --snapshot --rm-dist
|
||||||
|
|
||||||
|
buildrelease:
|
||||||
|
goreleaser --skip-publish --rm-dist
|
||||||
|
|
||||||
deps:
|
deps:
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue