makefile for using types repo

This commit is contained in:
Victor Shyba 2018-11-05 20:53:56 -03:00 committed by Lex Berezhny
parent b7ae446059
commit 588779e3a4

View file

@ -1,2 +1,6 @@
build:
cd ../../ && ~/bin/protoc --python_out=. lbrynet/schema/proto/*.proto
rm proto/* -rf
cd proto && protoc --python_out=. -I ../../../../types/proto/ ../../../../types/proto/*.proto
sed -e 's/^import\ \(.*\)_pb2\ /from . import\ \1_pb2\ /g' -i proto/*.py
touch proto/__init__.py