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: