Skip to content

Commit

Permalink
make: squash install, build and nofuse rules
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jakub Sztandera <[email protected]>
  • Loading branch information
Kubuxu committed Jul 28, 2016
1 parent 8a299fa commit 50743f5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,8 @@ deps: go_check gx_check path_check
vendor: godep
godep save -r ./...

install: deps
$(MAKE) -C cmd/ipfs install

build: deps
$(MAKE) -C cmd/ipfs build

nofuse: deps
$(MAKE) -C cmd/ipfs nofuse
install build nofuse: deps
$(MAKE) -C cmd/ipfs $@

clean:
$(MAKE) -C cmd/ipfs clean
Expand Down

0 comments on commit 50743f5

Please sign in to comment.