aboutsummaryrefslogtreecommitdiff
path: root/generator/proto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'generator/proto/Makefile')
-rw-r--r--generator/proto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/proto/Makefile b/generator/proto/Makefile
index 89bfe52..032392c 100644
--- a/generator/proto/Makefile
+++ b/generator/proto/Makefile
@@ -1,4 +1,4 @@
all: nanopb_pb2.py plugin_pb2.py
%_pb2.py: %.proto
- protoc --python_out=. $<
+ aprotoc --python_out=. $<