Skip to content

Commit

Permalink
Merge pull request #8 from TRON-US/out-fix
Browse files Browse the repository at this point in the history
fix pd output path
  • Loading branch information
wxue authored Oct 25, 2019
2 parents 17cc2d3 + b6a4ecf commit ea4408d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ PROTO_FILES=./protos/node/node.proto \
./protos/escrow/escrow.proto \
./protos/ledger/ledger.proto \
# ./protos/status/status.proto \
# ./protos/guard/guard.proto \
PB_OUT_PATH=$$GOPATH/src

install:
brew install protobuf
Expand All @@ -21,5 +20,5 @@ lintf:
build: lintf
for proto in $(PROTO_FILES); \
do \
eval protoc -I. --go_out=plugins=grpc:. $$proto ; \
eval protoc -I. --go_out=plugins=grpc:$(PB_OUT_PATH) $$proto ; \
done
File renamed without changes.
File renamed without changes.

0 comments on commit ea4408d

Please sign in to comment.