From 806ad9da7a8da5abbe353169ddadc5357779130c Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 12 Nov 2023 23:46:07 +0100 Subject: Set MAKEFLAGS --- GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index c311e28..4e4dcb8 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,5 +1,7 @@ .PHONY: check clean serve watch push-fonts +MAKEFLAGS := -j$(shell nproc) + # Source- and destination files srcs := $(shell find src -type f -not -name '*.gsp' -or -name 'index.gsp') dsts := $(srcs:src/%=out/%) -- cgit v1.2.3