mc-router/Makefile

8 lines
103 B
Makefile

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