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