diff --git a/.config/pacman/makepkg.conf b/.config/pacman/makepkg.conf new file mode 100644 index 0000000..187d591 --- /dev/null +++ b/.config/pacman/makepkg.conf @@ -0,0 +1,4 @@ +#!/hint/bash + +# Make Flags: use 4 threads +MAKEFLAGS="-j4"