Skip to content

Commit

Permalink
add deps target to nofuse
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
  • Loading branch information
whyrusleeping committed Feb 6, 2016
1 parent 5c5ad7a commit 3373138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install: build
build: deps
cd cmd/ipfs && go build -i -ldflags=$(ldflags)

nofuse:
nofuse: deps
cd cmd/ipfs && go install -tags nofuse -ldflags=$(ldflags)

clean:
Expand Down

0 comments on commit 3373138

Please sign in to comment.