added nofuse make target
Henry committed
Mar 5, 2015 at 01:01 UTC
40e0a5a886f607200e312645c13ebea97047166d
1 file changed
+3
Makefile
+3
@@ -16,6 +16,9 @@ install:
16
build:
17
cd cmd/ipfs && go build -i
18
19
+nofuse:
20
+ cd cmd/ipfs && go install -tags nofuse
21
+
22
##############################################################
23
# tests targets
24