Detect invalid sizes when encoding bytes fields.
[apps/agl-service-can-low-level.git] / generator / Makefile
index 161ef38..f2b02a9 100644 (file)
@@ -1,2 +1,5 @@
 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