Separation Generator to a dedicated repo
[apps/low-level-can-service.git] / libs / nanopb / generator / proto / Makefile
diff --git a/libs/nanopb/generator/proto/Makefile b/libs/nanopb/generator/proto/Makefile
new file mode 100644 (file)
index 0000000..89bfe52
--- /dev/null
@@ -0,0 +1,4 @@
+all: nanopb_pb2.py plugin_pb2.py
+
+%_pb2.py: %.proto
+       protoc --python_out=. $<