use parallel execution by default

This commit is contained in:
Malin Freeborn 2025-02-12 16:49:10 +01:00
parent 8f3da4558f
commit 4c3d51ff83
Signed by: andonome
GPG Key ID: 52295D2377F4D70F

View File

@ -1,3 +1,5 @@
MAKEFLAGS += -j
FZF != command -v sk || command -v fzy || command -v fzf || \
{ echo install a fuzzy finder && exit 1 ;}