diff options
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 |