1 2 3 4 5 6 7
all: nanopb_pb2.py plugin_pb2.py nanopb_pb2.py: nanopb.proto protoc --python_out=. nanopb.proto plugin_pb2.py: plugin.proto protoc --python_out=. plugin.proto