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