signaller/Makefile
2019-07-21 14:55:46 +05:00

6 lines
89 B
Makefile

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