mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
make: 'make clean' clears sharness too
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
parent
f3dc11c566
commit
c1014aea88
1
Makefile
1
Makefile
@ -68,6 +68,7 @@ nofuse: deps
|
||||
|
||||
clean:
|
||||
$(MAKE) -C cmd/ipfs clean
|
||||
$(MAKE) -C test clean
|
||||
|
||||
uninstall:
|
||||
$(MAKE) -C cmd/ipfs uninstall
|
||||
|
||||
@ -20,7 +20,8 @@ global-deps:
|
||||
deps: global-deps bins
|
||||
|
||||
clean:
|
||||
rm $(BINS)
|
||||
$(MAKE) -C sharness clean
|
||||
-rm -rf $(BINS)
|
||||
|
||||
bins: $(BINS)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user