diff --git a/Makefile b/Makefile index ae6bed4f7..231c8442f 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ install: cd cmd/ipfs && go install build: - cd cmd/ipfs && go build + cd cmd/ipfs && go build -i ############################################################## # tests targets