@cryptotaxi247 / kubo / commits / 6c74ac0d9

build: have install task not depend on build tasks, unneccessary

License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>

Lars Gierth committed Mar 10, 2016 at 19:26 UTC 6c74ac0d91359ab1e76c536b1a35872adfedc306
1 file changed +1 -1
Makefile
+1 -1
@@ -44,7 +44,7 @@ deps: go_check gx_check path_check
44 vendor: godep
45 godep save -r ./...
46
47 -install: build
47 +install: deps
48 cd cmd/ipfs && go install -ldflags=$(ldflags)
49
50 build: deps