use parallel execution by default

This commit is contained in:
2025-02-12 16:49:10 +01:00
parent 8f3da4558f
commit 4c3d51ff83

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 ;}