From b926a178d4e77b95eda66818d8551c00a04085bc Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 23 Oct 2023 13:22:52 +0300 Subject: [PATCH] . --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sh b/build.sh index 88064f1..683b4d2 100644 --- a/build.sh +++ b/build.sh @@ -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