diff --git a/Makefile b/Makefile index ae6bed4f795e0b746550654a3343bc1581a5efd8..231c8442ffde31c692fc90288f9efda14388d178 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