📦 build(scripts): make start script to only do it's supposed work, add clean script

This commit is contained in:
retrozinndev
2025-08-12 18:46:10 -03:00
parent 3cd717b5d4
commit 344085ed10
2 changed files with 10 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
set -e
builddir="${1:-./build}"
echo "[info] cleaning build dir: \"$builddir\""
rm -r "$builddir"