Skip to content

Commit c6b3e21

Browse files
committed
make: add rpc command
1 parent b50a99f commit c6b3e21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,7 @@ install:
7272
@$(call print, "Installing loop and loopd.")
7373
$(GOINSTALL) -tags="${tags}" $(LDFLAGS) $(PKG)/cmd/loop
7474
$(GOINSTALL) -tags="${tags}" $(LDFLAGS) $(PKG)/cmd/loopd
75+
76+
rpc:
77+
@$(call print, "Compiling RPC protos.")
78+
cd looprpc; ./gen_protos.sh

0 commit comments

Comments
 (0)