This commit is contained in:
Your Name 2023-10-23 13:22:52 +03:00
parent 01549a5292
commit b926a178d4
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@ fi
if [ -z $CFLAGS ]; then
CFLAGS="-s -Os -pedantic -Wall -Wextra"
fi
if [ -z $1 ]; then
echo $0 "[rootfs / clean]"
exit
fi
echo "ENV: CC: " $CC "| CFLAGS: " $CFLAGS