aboutsummaryrefslogtreecommitdiff
path: root/compile
diff options
context:
space:
mode:
Diffstat (limited to 'compile')
-rwxr-xr-xcompile/nvim.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile/nvim.sh b/compile/nvim.sh
index d5badf5..d24bac4 100755
--- a/compile/nvim.sh
+++ b/compile/nvim.sh
@@ -10,7 +10,7 @@ if ! [ -d "$nvimdir" ] ; then
git clone https://github.com/neovim/neovim "$nvimdir"
fi
cd "$nvimdir"
-# git clean -fdx .
+git clean -fdx .
rm -rf build || echo ""
make CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$HOME/.local" -j"$(nproc)"
make install