aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/Makefile.template
diff options
context:
space:
mode:
authorGravatar Tobias Jungel <tobias.jungel@gmail.com>2018-01-23 10:30:55 +0100
committerGravatar Tobias Jungel <tobias.jungel@gmail.com>2018-02-16 12:50:59 +0100
commit5e176d56778fd18d55d3d39c15920f99f122f977 (patch)
treef19915d1fd4bcb7390fb0717d280db1343e3dcd5 /templates/Makefile.template
parentb0d71823a0f031ad1c04be30f22653177139da0b (diff)
grpc-cli: add install-grpc-cli target to Makefile
ease the installation of grpc-cli using the Makefile
Diffstat (limited to 'templates/Makefile.template')
-rw-r--r--templates/Makefile.template5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/Makefile.template b/templates/Makefile.template
index b8e26b646b..390847b4f2 100644
--- a/templates/Makefile.template
+++ b/templates/Makefile.template
@@ -1378,6 +1378,11 @@
% endif
% endfor
+ install-grpc-cli: grpc_cli
+ $(E) "[INSTALL] Installing grpc cli"
+ $(Q) $(INSTALL) -d $(prefix)/bin
+ $(Q) $(INSTALL) $(BINDIR)/$(CONFIG)/grpc_cli $(prefix)/bin/grpc_cli
+
install-pkg-config_c: pc_c pc_c_unsecure
$(E) "[INSTALL] Installing C pkg-config files"
$(Q) $(INSTALL) -d $(prefix)/lib/pkgconfig