diff options
author | WlodekM <[email protected]> | 2025-01-24 18:29:36 +0200 |
---|---|---|
committer | WlodekM <[email protected]> | 2025-01-24 18:29:36 +0200 |
commit | d0c46f2d7cbd6ed44285565a08ae3af402126db9 (patch) | |
tree | 4e527bc408461935a46ef714002a3ef7a58e7a24 /buildall.sh | |
parent | 22dc287cf6f4d9eec4b0cce3678ebbdc7a043a6d (diff) |
uh
Diffstat (limited to 'buildall.sh')
-rwxr-xr-x | buildall.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/buildall.sh b/buildall.sh index 4155b5e..5ca101a 100755 --- a/buildall.sh +++ b/buildall.sh @@ -1,8 +1,5 @@ echo "Welcome to the maelink CL build script" git submodule update --init --recursive -ls . -echo "--" -ls -r mljs echo "removing build folder if there already is a build there" rm -r build/* |