mirror of
https://github.com/neovim/neovim.git
synced 2025-12-17 03:45:42 +00:00
Force the cmake target to re-run the CMake configuration.
This makes it more handy when files are added or removed from the source tree. A simple `make cmake` will re-configure and pick up the change.
This commit is contained in:
4
Makefile
4
Makefile
@@ -32,7 +32,9 @@ all: nvim
|
|||||||
nvim: build/.ran-cmake deps
|
nvim: build/.ran-cmake deps
|
||||||
+$(BUILD_TOOL) -C build
|
+$(BUILD_TOOL) -C build
|
||||||
|
|
||||||
cmake: | build/.ran-cmake
|
cmake:
|
||||||
|
touch CMakeLists.txt
|
||||||
|
$(MAKE) build/.ran-cmake
|
||||||
|
|
||||||
build/.ran-cmake: | deps
|
build/.ran-cmake: | deps
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
|
|||||||
Reference in New Issue
Block a user