mirror of
https://github.com/signaller-matrix/signaller.git
synced 2024-11-09 20:21:03 +00:00
5 lines
52 B
Makefile
5 lines
52 B
Makefile
|
all:
|
||
|
cd cmd; \
|
||
|
go build
|
||
|
update-deps:
|
||
|
go mod tidy
|