diff options
Diffstat (limited to 'buildall.sh')
-rwxr-xr-x | buildall.sh | 4 |
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 |