fix(doc/make/index.md): link typo

This commit is contained in:
Sean Leather
2018-02-01 08:15:19 +02:00
committed by Sebastian Ullrich
parent e6a98ffe9c
commit ddfd52b863

View File

@@ -43,7 +43,7 @@ Useful CMake Configuration Settings
Pass these along with the `cmake ../../src` command.
* `-G Ninja`
CMake 2.8.11 supports the [Ninja][https://ninja-build.org/] build system.
CMake 2.8.11 supports the [Ninja](https://ninja-build.org/) build system.
[Some people report][ninja_work] that using
Ninja can reduce the build time, esp when a build is
incremental. Call `ninja` instead of `make` to build the project.