Clean up build dir in install.sh

This commit is contained in:
Jochen Sprickerhof 2013-02-22 13:17:09 +01:00
parent fd2fd60f7c
commit a59750505b

View File

@ -59,6 +59,7 @@ function install {
make ycm_core make ycm_core
popd popd
rm -rf $build_dir
} }
function linux_cmake_install { function linux_cmake_install {