.
This commit is contained in:
parent
01549a5292
commit
b926a178d4
4
build.sh
4
build.sh
@ -5,6 +5,10 @@ fi
|
|||||||
if [ -z $CFLAGS ]; then
|
if [ -z $CFLAGS ]; then
|
||||||
CFLAGS="-s -Os -pedantic -Wall -Wextra"
|
CFLAGS="-s -Os -pedantic -Wall -Wextra"
|
||||||
fi
|
fi
|
||||||
|
if [ -z $1 ]; then
|
||||||
|
echo $0 "[rootfs / clean]"
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
|
||||||
echo "ENV: CC: " $CC "| CFLAGS: " $CFLAGS
|
echo "ENV: CC: " $CC "| CFLAGS: " $CFLAGS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user