From 5b763e8a082296777d3f276befdbbf37e58067e1 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Mon, 28 Mar 2016 10:12:45 -0700 Subject: [PATCH] allow users to override the IPFS API address when fetching dependencies License: MIT Signed-off-by: Steven Allen --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 79509bd8f..8a3bddb01 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ ldflags = "-X "github.com/ipfs/go-ipfs/repo/config".CurrentCommit=$(COMMIT)" MAKEFLAGS += --no-print-directory -export IPFS_API = v04x.ipfs.io +export IPFS_API ?= v04x.ipfs.io all: help