diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-12 23:47:54 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-12 23:47:54 +0100 |
commit | 76946d3f4b26c73235f26f13308e3d3c3f86ac25 (patch) | |
tree | a52fea98f11490e47602abd3984852de2ab66e52 /GNUmakefile | |
parent | 6340a2010cf0921d527e5a4616ce7dc2fb2d24b3 (diff) |
Specify MAKEFLAGS
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |