Skip to content

Commit

Permalink
make: 'make clean' clears sharness too
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
  • Loading branch information
Kubuxu committed Jul 27, 2016
1 parent ca7eaf0 commit ebb32f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ nofuse: deps

clean:
$(MAKE) -C cmd/ipfs clean
$(MAKE) -C test clean

uninstall:
$(MAKE) -C cmd/ipfs uninstall
Expand Down
3 changes: 2 additions & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ global-deps:
deps: global-deps bins

clean:
rm $(BINS)
$(MAKE) -C sharness clean
-rm -rf $(BINS)

bins: $(BINS)

Expand Down

0 comments on commit ebb32f2

Please sign in to comment.