fix ccls build mode copy.sh and clean logic

This commit is contained in:
wenxingsen
2022-12-27 13:12:05 +00:00
committed by ob-robot
parent 4666798151
commit 7bcc0330c1
6 changed files with 15 additions and 14 deletions

View File

@ -140,7 +140,7 @@ function do_build
function do_clean
{
echo_log "cleaning..."
find . -maxdepth 1 -type d -name 'build_*' | xargs rm -rf
find . -maxdepth 1 -type d -name 'build_*' | grep -v 'build_ccls' | xargs rm -rf
}
# build - configurate project and prepare to compile, by calling make