signaller/Makefile

6 lines
89 B
Makefile
Raw Normal View History

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