Commit df8d474f authored by Henry's avatar Henry

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.
parent f6dacd4f
......@@ -14,7 +14,7 @@ install:
cd cmd/ipfs && go install
build:
cd cmd/ipfs && go build
cd cmd/ipfs && go build -i
##############################################################
# tests targets
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment