From: Petteri Aimonen Date: Wed, 30 Nov 2011 14:59:25 +0000 (+0000) Subject: Added Makefile for generating nanopb_pb2.py. X-Git-Tag: 3.99.1~14^2~516 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=a77ab47c2979d9ce6d03aee2ffe9c7a34250d86e;p=apps%2Flow-level-can-service.git Added Makefile for generating nanopb_pb2.py. I still left the precompiled version in place, as it "often works" :) git-svn-id: https://svn.kapsi.fi/jpa/nanopb@1019 e3a754e5-d11d-0410-8d38-ebb782a927b9 --- diff --git a/generator/Makefile b/generator/Makefile new file mode 100644 index 0000000..161ef38 --- /dev/null +++ b/generator/Makefile @@ -0,0 +1,2 @@ +nanopb_pb2.py: nanopb.proto + protoc --python_out=. -I /usr/include -I . nanopb.proto