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