mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
c13f72ee0a
We use a Makefile which in turn uses cmake. If we wanted to set the install prefix for cmake, we had to do this so far: make CMAKE_FLAGS="-DCMAKE_INSTALL_PREFIX=/tmp/nvim" That's long and hard to remember. Following the conventions of other Makefiles, this now works as well and is equivalent: make PREFIX=/tmp/nvim |
||
---|---|---|
.. | ||
doxygen | ||
gdb | ||
vim-addon-local-vimrc | ||
YouCompleteMe | ||
local.mk.example | ||
uncrustify.cfg |