@cryptotaxi247 / kubo / commits / 337313845

add deps target to nofuse

License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>

Jeromy committed Feb 5, 2016 at 16:00 UTC 337313845db4849f0a3780b67755a1bb8af5f95a
1 file changed +1 -1
Makefile
+1 -1
@@ -33,7 +33,7 @@ install: build
33 build: deps
34 cd cmd/ipfs && go build -i -ldflags=$(ldflags)
35
36 -nofuse:
36 +nofuse: deps
37 cd cmd/ipfs && go install -tags nofuse -ldflags=$(ldflags)
38
39 clean: