diff options
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 2421175..fea99a9 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 |