musllvm/config.mk

16 lines
372 B
Makefile
Raw 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)
2025-11-15 13:08:46 -07:00
SOURCES_FILE=./sources.list
FROOT="${ARCH}-musllvm"
2025-11-15 13:08:46 -07:00
CROSS="./build/cross" # cross directory
# MAKEFLAGS to parse the amounto of cores used
MAKEFLAGS="-j$(shell nproc) -l$(shell nproc)"