mc-router/Makefile
2020-07-05 20:14:14 -05:00

8 lines
103 B
Makefile

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