Riyyi
3 years ago
8 changed files with 56 additions and 9 deletions
@ -1,4 +1,9 @@
|
||||
#!/hint/bash |
||||
|
||||
# Make Flags: use 4 threads |
||||
MAKEFLAGS="-j4" |
||||
# Amount of threads the use with the make command |
||||
# >>> hostname=arch-desktop |
||||
MAKEFLAGS="-j8" |
||||
# <<< |
||||
# >>> hostname=arch-laptop |
||||
# MAKEFLAGS="-j4" |
||||
# <<< |
||||
|
Loading…
Reference in new issue