This commit is contained in:
Your Name 2024-10-26 15:05:11 +03:00
parent ea0004c11f
commit 2980f205df
17 changed files with 96 additions and 854 deletions

View file

@ -1,5 +1,4 @@
#!/bin/sh
./clean.sh
if [ -z $CC ]; then
CC="cc"
@ -9,7 +8,8 @@ if [ -z $CFLAGS ]; then
CFLAGS="-s -Os -Wextra -Wall -pedantic"
fi
chmod +x ./libmu/build-libmu.sh
chmod -v +x clean.sh ./scripts/build-box.sh ./libmu/build-libmu.sh
./clean.sh
./libmu/build-libmu.sh
if [[ $1 == "box" ]]; then