summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-11-12 23:46:07 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-11-12 23:46:07 +0100
commit806ad9da7a8da5abbe353169ddadc5357779130c (patch)
tree2ff632616df989f443881c6e7d813bf004737fad
parent90e27b6b5596c4b38eb80ea92d5eac8fcb9db803 (diff)
Set MAKEFLAGS
-rw-r--r--GNUmakefile2
1 files changed, 2 insertions, 0 deletions
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/%)