signaller/Makefile

6 lines
89 B
Makefile
Raw Normal View History

2019-07-19 11:40:15 +04:00
all:
2019-07-21 14:51:03 +05:00
go test ./...
2019-07-21 14:55:46 +05:00
go build github.com/nxshock/signaller/cmd
2019-07-19 11:40:15 +04:00
update-deps:
2019-07-21 14:51:03 +05:00
go mod tidy