From 6a1f4d2553ba7bfcb08fee49f0fed24f4c100362 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 30 May 2025 19:34:00 +1200 Subject: [PATCH] :-'Generic Commit' --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 7443880..f2fc98f 100755 --- a/build.sh +++ b/build.sh @@ -7,6 +7,7 @@ set -euo pipefail SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) EXE_DIR="${SCRIPT_DIR}/output" PROJECTNAME="simple_object_storage" +JOBS=${JOBS:-$(nproc)} # FUNCTIONS function title() {