Update fimdlp version and change tests

This commit is contained in:
2025-08-22 20:16:15 +02:00
parent 74b391907a
commit 0c7452e35b
6 changed files with 9 additions and 9 deletions

View File

@@ -21,8 +21,6 @@ sed_command_diagram = 's/Diagram"/Diagram" width="100%" height="100%" /g'
CPUS := $(shell getconf _NPROCESSORS_ONLN 2>/dev/null \
|| nproc --all 2>/dev/null \
|| sysctl -n hw.ncpu)
# --- Your desired job count: CPUs 7, but never less than 1 --------------
JOBS := $(shell n=$(CPUS); [ $${n} -gt 7 ] && echo $$((n-7)) || echo 1)
# Colors for output