diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-12 23:46:07 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-12 23:46:07 +0100 |
commit | 806ad9da7a8da5abbe353169ddadc5357779130c (patch) | |
tree | 2ff632616df989f443881c6e7d813bf004737fad /GNUmakefile | |
parent | 90e27b6b5596c4b38eb80ea92d5eac8fcb9db803 (diff) |
Set MAKEFLAGS
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
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/%) |