From 07bc22ef105dee3c6c465a3ef31e52fd198e786d Mon Sep 17 00:00:00 2001 From: Klement Tan Date: Thu, 13 May 2021 20:15:59 +0800 Subject: docs: improve make with parallel jobs description. --- doc/build-openbsd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/build-openbsd.md') diff --git a/doc/build-openbsd.md b/doc/build-openbsd.md index dccd7b1335..613aea438f 100644 --- a/doc/build-openbsd.md +++ b/doc/build-openbsd.md @@ -90,7 +90,7 @@ To configure with GUI: Build and run the tests: ```bash -gmake # use -jX here for parallelism +gmake # use "-j N" here for N parallel jobs gmake check ``` -- cgit v1.2.3