mirror of
https://github.com/leanprover/lean4.git
synced 2026-03-17 18:34:06 +00:00
fix(doc/make/index.md): link typo
This commit is contained in:
committed by
Sebastian Ullrich
parent
e6a98ffe9c
commit
ddfd52b863
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user