From cad0481b467ea397a67fef6e6c3cbc59d43a148c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 5 May 2022 12:57:39 +0200 Subject: alias: add mmake to run load of jobs --- shellrc.d/alias | 1 + 1 file changed, 1 insertion(+) diff --git a/shellrc.d/alias b/shellrc.d/alias index 845aca3..f9a60e4 100644 --- a/shellrc.d/alias +++ b/shellrc.d/alias @@ -15,6 +15,7 @@ alias v='vim' alias watch='watch -n 1 -c -t -d' alias rej='find -name \*.rej' alias orig='find -name \*.orig' +alias mmake='make -j$(($(nproc) * 2)) -l$(nproc)' # Systemd aliases if we are running systemd if pidof systemd >/dev/null 2>/dev/null; then -- cgit v1.2.3