signaller/Makefile

6 lines
91 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 10:02:58 +00:00
go install 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