mirror of
https://github.com/signaller-matrix/signaller.git
synced 2024-11-05 02:01:03 +00:00
6 lines
91 B
Makefile
6 lines
91 B
Makefile
all:
|
|
go test ./...
|
|
go install github.com/nxshock/signaller/cmd
|
|
update-deps:
|
|
go mod tidy
|