summaryrefslogtreecommitdiff
path: root/.config/login.d/10_makeflags.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-07-19 19:31:20 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-07-19 19:31:20 -0600
commit641fc49fc651b6a67fb8ff90198e889e0e3920bb (patch)
treed247d9b3034ffdfa2e41d0d11d98654fe98746d3 /.config/login.d/10_makeflags.sh
parent4c94dd5c044d3e3456937919e48481d8b3bb00cb (diff)
parent369f1aeccf80323edddde34b4a5f3cd7d5234432 (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to '.config/login.d/10_makeflags.sh')
-rw-r--r--.config/login.d/10_makeflags.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/login.d/10_makeflags.sh b/.config/login.d/10_makeflags.sh
new file mode 100644
index 0000000..671c6d3
--- /dev/null
+++ b/.config/login.d/10_makeflags.sh
@@ -0,0 +1,2 @@
+#!/hint/sh
+export MAKEFLAGS="-j$(nproc)"