1
0
mirror of https://gitea.blesmrt.net/mikaela/shell-things.git synced 2025-03-10 08:30:53 +01:00

6 lines
158 B
Plaintext
Raw Normal View History

2016-06-15 11:26:52 +03:00
# Use as many jobs as there are CPU cores
MAKEFLAGS="-j$(nproc)"
# Create uncompressed packages, bigger packages, but faster build/install
2016-06-15 11:26:52 +03:00
PKGEXT='.pkg.tar'