3
0
mirror of https://github.com/ergochat/ergo.git synced 2025-02-12 19:50:40 +01:00
ergo/Makefile

14 lines
155 B
Makefile
Raw Normal View History

.PHONY: all build
2017-06-24 15:41:11 -04:00
all: build
2017-06-24 15:41:11 -04:00
2018-01-07 12:21:44 +10:00
build:
goreleaser --snapshot --rm-dist
2018-01-07 13:20:05 +10:00
deps:
git submodule update --init
test:
cd irc && go test .
2017-10-04 15:34:46 -04:00
cd irc && go vet .