mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 04:57:38 +03:00
OSX: remove build directories on cleaner
This commit is contained in:
parent
fc58153734
commit
582921d792
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ clean: clean-dist
|
|||
rm -rf *aria2*
|
||||
|
||||
cleaner: clean
|
||||
rm -rf *.build *.check *.stamp $(ARCHLIBS) $(NONARCHLIBS) arch
|
||||
rm -rf *.build *.check *.stamp $(ARCHLIBS) $(NONARCHLIBS) arch *.x86_64
|
||||
|
||||
really-clean: cleaner
|
||||
rm -rf *.tar.*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue