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:
John Szakmeister 2014-03-31 04:41:26 -04:00
parent cc9fbd9e55
commit 0f6323b8e5

View File

@ -32,7 +32,9 @@ all: nvim
nvim: build/.ran-cmake deps
+$(BUILD_TOOL) -C build
cmake: | build/.ran-cmake
cmake:
touch CMakeLists.txt
$(MAKE) build/.ran-cmake
build/.ran-cmake: | deps
mkdir -p build