ergo/Makefile

14 lines
155 B
Makefile
Raw Normal View History

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