Skip to content

Commit a0e5fa1

Browse files
committed
INSTALL.md: make -> ninja, to conform to the instructions
1 parent 99c3579 commit a0e5fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Create an empty build dir and do the following steps (adjust openssl path, can a
4949
```sh
5050
cd <build-dir>
5151
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DOPENSSL_ROOT_DIR=$(brew --prefix openssl) <path/to/kcov/source/dir>
52-
make
52+
ninja
5353
```
5454

5555
The binary will be `src/Release/kcov`

0 commit comments

Comments
 (0)