Skip to content

Commit

Permalink
added nofuse make target
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptix committed Mar 5, 2015
1 parent e55aaf3 commit 40e0a5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ install:
build:
cd cmd/ipfs && go build -i

nofuse:
cd cmd/ipfs && go install -tags nofuse

##############################################################
# tests targets

Expand Down

0 comments on commit 40e0a5a

Please sign in to comment.