make: add rpc command

pull/316/head
Oliver Gugger 4 years ago
parent b50a99fa39
commit c6b3e21801
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

@ -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

Loading…
Cancel
Save