diff options
author | WlodekM <[email protected]> | 2025-01-24 18:20:04 +0200 |
---|---|---|
committer | WlodekM <[email protected]> | 2025-01-24 18:20:04 +0200 |
commit | 51e7c22b47feb7b0ecfb912b499de7fb836e383d (patch) | |
tree | 5305a93766b26071cdb6e51172e6eae5833b210e | |
parent | 1b98393c42486fccc46b4baf1323dd71b140d681 (diff) |
aa
-rwxr-xr-x | buildall.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buildall.sh b/buildall.sh index 2b28122..cad3791 100755 --- a/buildall.sh +++ b/buildall.sh @@ -1,6 +1,8 @@ echo "Welcome to the maelink CL build script" git submodule init git submodule sync +ls . +ls -r mljs echo "removing build folder if there already is a build there" rm -r build/* |