Skip to content

Makefile

Configuration⚑

Paralelize steps⚑

Add the following lines to the beginning of the Makefile:

NPROCS = $(shell grep -c 'processor' /proc/cpuinfo)
MAKEFLAGS += -j$(NPROCS)