mc-router/Makefile

13 lines
203 B
Makefile
Raw Normal View History

2018-05-10 01:37:15 +02:00
test: vendor
go test ./...
vendor:
2018-05-26 19:42:41 +02:00
glide install
2018-05-10 01:37:15 +02:00
.PHONY: release
release: vendor
curl -sL https://git.io/goreleaser | bash
2018-05-26 19:42:41 +02:00
.PHONY: install-dep-mgmt
install-dep-mgmt:
curl https://glide.sh/get | sh