mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
make: add rpc command
This commit is contained in:
parent
b50a99fa39
commit
c6b3e21801
1 changed files with 4 additions and 0 deletions
4
Makefile
4
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue