Skip to content

Commit c4856ca

Browse files
committed
Improve comment to Unix make
1 parent 83e43da commit c4856ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mkdir -p build && cd build
66

77
# Configure
88
cmake -DCODE_COVERAGE=ON -DCMAKE_BUILD_TYPE=Debug ..
9-
# Build (on Unix also: `make -j $(nproc)`)
9+
# Build (for Make on Unix equivalent to `make -j $(nproc)`)
1010
cmake --build . --config Debug -- -j $(nproc)
1111
# Test
1212
ctest -j $(nproc) --output-on-failure

0 commit comments

Comments
 (0)