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.
Henry committed
Feb 27, 2015 at 13:26 UTC
df8d474fea9efb74ca625677eaae3036f02b1e85
1 file changed
+1
-1
Makefile
+1
-1
@@ -14,7 +14,7 @@ install:
14
cd cmd/ipfs && go install
15
16
build:
17
- cd cmd/ipfs && go build
17
+ cd cmd/ipfs && go build -i
18
19
##############################################################
20
# tests targets