diff --git a/Makefile b/Makefile index 5b8a5bf1c..794697034 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ vendor: godep install: build cd cmd/ipfs && go install -ldflags=$(ldflags) -build: deps +build: deps cd cmd/ipfs && go build -i -ldflags=$(ldflags) nofuse: deps