lbry-sdk/lbry/schema/Makefile

6 lines
242 B
Makefile
Raw Normal View History

build:
2019-03-27 23:43:15 +01:00
rm types/v2/* -rf
touch types/v2/__init__.py
cd types/v2/ && protoc --python_out=. -I ../../../../../types/v2/proto/ ../../../../../types/v2/proto/*.proto
2019-03-27 23:43:15 +01:00
sed -e 's/^import\ \(.*\)_pb2\ /from . import\ \1_pb2\ /g' -i types/v2/*.py