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 032392c..89bfe52 100644
--- a/generator/proto/Makefile
+++ b/generator/proto/Makefile
@@ -1,4 +1,4 @@
all: nanopb_pb2.py plugin_pb2.py
%_pb2.py: %.proto
- aprotoc --python_out=. $<
+ protoc --python_out=. $<