Will be used to implement issue 47. For now, symlink nanopb_generator.py as protoc-gen-nanopb and use protoc --nanopb_out=. to call it.
6 lines
171 B
Makefile
6 lines
171 B
Makefile
nanopb_pb2.py: nanopb.proto
|
|
protoc --python_out=. -I /usr/include -I . nanopb.proto
|
|
|
|
plugin_pb2.py: plugin.proto
|
|
protoc --python_out=. -I /usr/include -I . plugin.proto
|