From c6b3e21801964f8accc350b16c8f9f0fa860ee2c Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Fri, 6 Nov 2020 10:42:56 +0100 Subject: [PATCH] make: add rpc command --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 650a98b..d4e85e0 100644 --- a/Makefile +++ b/Makefile @@ -72,3 +72,7 @@ install: @$(call print, "Installing loop and loopd.") $(GOINSTALL) -tags="${tags}" $(LDFLAGS) $(PKG)/cmd/loop $(GOINSTALL) -tags="${tags}" $(LDFLAGS) $(PKG)/cmd/loopd + +rpc: + @$(call print, "Compiling RPC protos.") + cd looprpc; ./gen_protos.sh