aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
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 /Makefile
parentb0d71823a0f031ad1c04be30f22653177139da0b (diff)
grpc-cli: add install-grpc-cli target to Makefile
ease the installation of grpc-cli using the Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c89ddfbb5b..197142b9ba 100644
--- a/Makefile
+++ b/Makefile
@@ -2847,6 +2847,11 @@ install-plugins: $(PROTOC_PLUGINS)
$(Q) $(INSTALL) -d $(prefix)/bin
$(Q) $(INSTALL) $(BINDIR)/$(CONFIG)/grpc_ruby_plugin $(prefix)/bin/grpc_ruby_plugin
+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