1
0
Fork 0
forked from External/ergo

first pass at #409

This commit is contained in:
Shivaram Lingamneni 2019-02-21 03:29:39 -05:00
parent 234d011c29
commit b6feca05a3
3 changed files with 21 additions and 9 deletions

View file

@ -1,13 +1,13 @@
.PHONY: all build
.PHONY: all install release capdefs deps test
capdef_file = ./irc/caps/defs.go
all: build
all: install
build:
goreleaser --snapshot --rm-dist
install: deps
./install.sh
buildrelease:
release:
goreleaser --skip-publish --rm-dist
capdefs: