Skip to content

Commit

Permalink
Fix deps names
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
  • Loading branch information
Kubuxu committed Feb 12, 2017
1 parent 899945a commit 4e496af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/gx.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gx-deps:
.PHONY: gx-deps

ifneq ($(IPFS_GX_USE_GLOBAL),1)
gx-deps: bin/gx bin/gx-go
gx-deps: bin/gx bin/gx-go
endif

DEPS_GO += gx-deps

0 comments on commit 4e496af

Please sign in to comment.