musllvm/config.mk

17 lines
399 B
Makefile
Raw Permalink Normal View History

# musllvm default flags
2025-11-15 13:08:46 -07:00
# --------------------------------
# feel free to change these however you like
#
2025-11-15 13:08:46 -07:00
#
# these are shared between the Makefile and scripts
#
ARCH=$(shell uname -m)
PROOT=${PWD}
SOURCES_FILE=${PROOT}/sources.list
FROOT="${ARCH}-musllvm"
CROSS="${PROOT}/build/cross" # cross directory
2025-11-15 13:08:46 -07:00
# MAKEFLAGS to parse the amounto of cores used
MAKEFLAGS="-j$(shell nproc) -l$(shell nproc)"