mirror of
https://github.com/ergochat/ergo.git
synced 2025-06-10 08:47:32 +02:00
makefile: Add an explicit buildrelease case
This commit is contained in:
parent
df17b77266
commit
6e85cbcf9c
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…
x
Reference in New Issue
Block a user