mc-router/Makefile

8 lines
103 B
Makefile
Raw Normal View History

.PHONY: test
2019-04-16 04:16:26 +02:00
test:
2018-05-10 01:37:15 +02:00
go test ./...
.PHONY: release
2019-04-16 04:16:26 +02:00
release:
curl -sL https://git.io/goreleaser | bash