mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
6 lines
158 B
Plaintext
6 lines
158 B
Plaintext
# Use as many jobs as there are CPU cores
|
|
MAKEFLAGS="-j$(nproc)"
|
|
|
|
# Create uncompressed packages, bigger packages, but faster build/install
|
|
PKGEXT='.pkg.tar'
|