mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
Only clean out/thorium by default.
This commit is contained in:
parent
963f36df72
commit
513a64c010
1 changed files with 2 additions and 0 deletions
2
clean.sh
2
clean.sh
|
@ -10,6 +10,8 @@ printf "${YEL}Cleaning up build artifacts...\n" &&
|
|||
printf "\n" &&
|
||||
tput sgr0 &&
|
||||
|
||||
cd ~/chromium/src/out/thorium
|
||||
|
||||
find . -name "*deps*" -delete
|
||||
find . -name "*TOC*" -delete
|
||||
rm -r pyproto
|
||||
|
|
Loading…
Reference in a new issue