diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-11-17 16:42:52 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-12-29 20:26:57 +0200 |
commit | 8c2dda67a100237bc6cdb3b814012079be2b3534 (patch) | |
tree | a06b0d21e45b233fbb386af067067a2a023ecff5 /generator/proto/Makefile | |
parent | 58b3a22d6d66c485bfd7c571c528e4c6d3619cb2 (diff) |
Add descriptor.proto to repository to avoid messing with protoc include path.
Diffstat (limited to 'generator/proto/Makefile')
-rw-r--r-- | generator/proto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generator/proto/Makefile b/generator/proto/Makefile index 2421175e..fea99a9c 100644 --- a/generator/proto/Makefile +++ b/generator/proto/Makefile @@ -1,7 +1,7 @@ all: nanopb_pb2.py plugin_pb2.py nanopb_pb2.py: nanopb.proto - protoc --python_out=. -I /usr/include -I . nanopb.proto + protoc --python_out=. nanopb.proto plugin_pb2.py: plugin.proto - protoc --python_out=. -I /usr/include -I . plugin.proto + protoc --python_out=. plugin.proto |