mc-router/Makefile
2019-04-15 21:16:26 -05:00

6 lines
89 B
Makefile

test:
go test ./...
.PHONY: release
release:
curl -sL https://git.io/goreleaser | bash