From df8d474fea9efb74ca625677eaae3036f02b1e85 Mon Sep 17 00:00:00 2001 From: Henry Date: Fri, 27 Feb 2015 13:26:35 +0100 Subject: [PATCH] Makefile: install every build artifact This way, the following tests can already used the newly build libraries and don't have to build them again. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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