diff --git a/install.sh b/install.sh index 4f61b9b4..8e27dfac 100755 --- a/install.sh +++ b/install.sh @@ -24,7 +24,7 @@ function install { build_dir=`mktemp -d -t ycm_build` pushd $build_dir cmake $ycm_dir/cpp - make + make ycm_core popd }