signaller/Makefile

5 lines
52 B
Makefile
Raw Normal View History

2019-07-19 07:40:15 +00:00
all:
cd cmd; \
go build
update-deps:
go mod tidy