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.
This commit is contained in:
Henry 2015-02-27 13:26:35 +01:00
parent f6dacd4f6c
commit df8d474fea

View File

@ -14,7 +14,7 @@ install:
cd cmd/ipfs && go install
build:
cd cmd/ipfs && go build
cd cmd/ipfs && go build -i
##############################################################
# tests targets