1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-26 15:42:21 +08:00

Merge pull request #2415 from Kubuxu/fix/make-export

Make Makefile patch to use global gateway actually work
This commit is contained in:
Jeromy Johnson
2016-02-29 11:28:21 -08:00

View File

@ -10,7 +10,7 @@ ldflags = "-X "github.com/ipfs/go-ipfs/repo/config".CurrentCommit=$(COMMIT)"
MAKEFLAGS += --no-print-directory
IPFS_API = "https://v04x.ipfs.io"
export IPFS_API = v04x.ipfs.io
all: help