Fix bugs in proto3 mode encoding of submessages (#256)
[apps/agl-service-can-low-level.git] / generator / proto / Makefile
1 all: nanopb_pb2.py plugin_pb2.py
2
3 %_pb2.py: %.proto
4         protoc --python_out=. $<