Skip to content

Commit

Permalink
Makefile: Add livepeer_router, livepeer_bench to all
Browse files Browse the repository at this point in the history
  • Loading branch information
yondonfu committed Aug 5, 2021
1 parent 0ffcaf5 commit 3d54f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
SHELL=/bin/bash

all: net/lp_rpc.pb.go net/redeemer.pb.go net/redeemer_mock.pb.go core/test_segment.go livepeer livepeer_cli
all: net/lp_rpc.pb.go net/redeemer.pb.go net/redeemer_mock.pb.go core/test_segment.go livepeer livepeer_cli livepeer_router livepeer_bench

net/lp_rpc.pb.go: net/lp_rpc.proto
protoc -I=. --go_out=plugins=grpc:. $^
Expand Down

0 comments on commit 3d54f07

Please sign in to comment.