Skip to content

Commit

Permalink
Make gx less verbose
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jakub Sztandera <[email protected]>
  • Loading branch information
Kubuxu committed Feb 12, 2017
1 parent 545f03e commit dc128cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mk/gx.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
gx-path = gx/ipfs/$(shell gx deps find $(1))/$(1)

gx-deps:
gx --verbose install --global > /dev/null 2>&1
gx-deps:
gx install --global
.PHONY: gx-deps

ifneq ($(IPFS_GX_USE_GLOBAL),1)
Expand Down

0 comments on commit dc128cb

Please sign in to comment.