From 76946d3f4b26c73235f26f13308e3d3c3f86ac25 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 12 Nov 2023 23:47:54 +0100 Subject: Specify MAKEFLAGS --- GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index f0c56b7..1537cde 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,3 +1,5 @@ +MAKEFLAGS := -j$(shell nproc) + # Eurozone coin and -banknote types eznotes := 5e 10e 20e 50e 100e 200e 500e ezcoins := 1c 2c 5c 10c 20c 50c 1e 2e -- cgit v1.2.3