3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-22 11:59:40 +01:00

makefile: Add an explicit buildrelease case

This commit is contained in:
Daniel Oaks 2018-04-11 10:12:28 +10:00
parent df17b77266
commit 6e85cbcf9c

View File

@ -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