summary refs log tree commit diff
path: root/buildall.sh
diff options
context:
space:
mode:
authorwlodekm <[email protected]>2024-11-10 21:07:22 +0200
committerwlodekm <[email protected]>2024-11-10 21:07:22 +0200
commit94e55a524c2faf0bd2c3b2e5c765c156e911472b (patch)
treef5bb5a7d2e7c5b39a0465053207bbfb430d3610d /buildall.sh
parentad9a8fa0eb44d775d8fe7989df9de1ab28e72a78 (diff)
slight fix
Diffstat (limited to 'buildall.sh')
-rwxr-xr-xbuildall.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildall.sh b/buildall.sh
index a1afb5d..a0e2bcd 100755
--- a/buildall.sh
+++ b/buildall.sh
@@ -1,5 +1,9 @@
 echo "Welcome to the meower CL build script"
 
+echo "removing build folder if there already is a build there"
+
+rm -r build/*
+
 echo "Building windows..."
 deno task build-win