signaller/Makefile
2019-07-21 15:02:58 +05:00

6 lines
91 B
Makefile

all:
go test ./...
go install github.com/nxshock/signaller/cmd
update-deps:
go mod tidy