fixed
This commit is contained in:
parent
ea0004c11f
commit
2980f205df
17 changed files with 96 additions and 854 deletions
4
build.sh
4
build.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue