From 32e25cbca210a359b09768537b6f443fe90a3070 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 20 Jun 2017 10:24:05 +0000 Subject: Separation Generator to a dedicated repo Change-Id: Id94831651c3266861435272a6e36c7884bef2c45 Signed-off-by: Romain Forlot --- libs/nanopb/generator/proto/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 libs/nanopb/generator/proto/Makefile (limited to 'libs/nanopb/generator/proto/Makefile') diff --git a/libs/nanopb/generator/proto/Makefile b/libs/nanopb/generator/proto/Makefile new file mode 100644 index 00000000..89bfe528 --- /dev/null +++ b/libs/nanopb/generator/proto/Makefile @@ -0,0 +1,4 @@ +all: nanopb_pb2.py plugin_pb2.py + +%_pb2.py: %.proto + protoc --python_out=. $< -- cgit 1.2.3-korg