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