signaller/Makefile
2019-07-19 11:40:15 +04:00

5 lines
52 B
Makefile

all:
cd cmd; \
go build
update-deps:
go mod tidy