From 0cf6f26a3ad4c265bfd0c3e82f52c2d421a60a77 Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Tue, 17 Oct 2023 12:54:19 +0200 Subject: [PATCH] Update 'build.sh' --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 53a92fe..3b8e860 100755 --- a/build.sh +++ b/build.sh @@ -40,7 +40,7 @@ if [ ! -d "$BUILD_DIR" ] && [ "$#" -gt 0 ] && [ "$1" != "--help" ]; then mkdir "$BUILD_DIR" || show_error "Unable to create directory $BUILD_DIR." fi -# Clean generated files +# Clean function clean { local command="rm -r $BUILD_DIR $APP_NAME" echo -e "➔ Cleaning..."