modified build system + added musl_c build

This commit is contained in:
cowmonk 2025-11-15 00:59:38 -07:00
parent 72539d23c4
commit 00915846b7
7 changed files with 79 additions and 24 deletions

View file

@ -1,9 +1,5 @@
include config.mk
SOURCES_FILE=./sources.list
ARCH=$(shell uname -m)
FROOT="${ARCH}-musllvm"
all:
pull:
@ -19,6 +15,7 @@ pull:
build: init
./scripts/headers.sh
./scripts/musl.sh
init:
@if [ ! -d ./build/${FROOT} ]; then \