mirror of
https://github.com/signaller-matrix/signaller.git
synced 2025-01-22 07:56:33 +00:00
7 lines
64 B
Makefile
7 lines
64 B
Makefile
all:
|
|
go test ./...
|
|
cd cmd
|
|
go build
|
|
update-deps:
|
|
go mod tidy
|