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 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/%) |