From a36da6b417e0a54e8a3f926537ba477b22e0f28a Mon Sep 17 00:00:00 2001 From: Jeromy Date: Mon, 22 Feb 2016 17:47:14 -0800 Subject: [PATCH] force gx to use 0.4.0 gateways for now License: MIT Signed-off-by: Jeromy --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 84271bf68b2..94aa74b9007 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,9 @@ COMMIT := $(shell git rev-parse --short HEAD) ldflags = "-X "github.com/ipfs/go-ipfs/repo/config".CurrentCommit=$(COMMIT)" MAKEFLAGS += --no-print-directory + +IPFS_API = "https://v04x.ipfs.io" + all: help godep: