aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/Makefile.template
diff options
context:
space:
mode:
Diffstat (limited to 'templates/Makefile.template')
-rw-r--r--templates/Makefile.template8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/Makefile.template b/templates/Makefile.template
index bc5240ad47..7c58c879fe 100644
--- a/templates/Makefile.template
+++ b/templates/Makefile.template
@@ -220,6 +220,14 @@ tools: privatelibs\
% endfor
+protoc_plugins:\
+% for tgt in targets:
+% if tgt.build == 'protoc':
+ bins/${tgt.name}\
+% endif
+% endfor
+
+
buildbenchmarks: privatelibs\
% for tgt in targets:
% if tgt.build == 'benchmark':