@cryptotaxi247 / kubo / commits / dc128cb47

Make gx less verbose

License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>

Jakub Sztandera committed Feb 9, 2017 at 17:45 UTC dc128cb470a327d911c52e070a81c1863ad2153f
1 file changed +2 -2
mk/gx.mk
+2 -2
@@ -1,7 +1,7 @@
1 gx-path = gx/ipfs/$(shell gx deps find $(1))/$(1)
2
3 -gx-deps:
4 - gx --verbose install --global > /dev/null 2>&1
3 +gx-deps:
4 + gx install --global
5 .PHONY: gx-deps
6
7 ifneq ($(IPFS_GX_USE_GLOBAL),1)