3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-22 03:49:27 +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:
goreleaser --snapshot --rm-dist
buildrelease:
goreleaser --skip-publish --rm-dist
deps:
git submodule update --init