mirror of
https://github.com/itzg/mc-router.git
synced 2024-11-13 10:14:05 +01:00
8 lines
103 B
Makefile
8 lines
103 B
Makefile
.PHONY: test
|
|
test:
|
|
go test ./...
|
|
|
|
.PHONY: release
|
|
release:
|
|
curl -sL https://git.io/goreleaser | bash
|