mirror of
https://github.com/signaller-matrix/signaller.git
synced 2024-11-09 12:11:03 +00:00
7 lines
64 B
Makefile
7 lines
64 B
Makefile
all:
|
|
go test ./...
|
|
cd cmd
|
|
go build
|
|
update-deps:
|
|
go mod tidy
|