1
0
mirror of https://github.com/itzg/mc-router.git synced 2025-01-04 18:27:47 +01:00
mc-router/Makefile

8 lines
103 B
Makefile
Raw Permalink 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