diff options
author | WlodekM <[email protected]> | 2025-01-24 18:16:07 +0200 |
---|---|---|
committer | WlodekM <[email protected]> | 2025-01-24 18:16:07 +0200 |
commit | 1b98393c42486fccc46b4baf1323dd71b140d681 (patch) | |
tree | db9f9e9fc73cbfc2aebbd0bd55cc1ca9dfdce6e9 /buildall.sh | |
parent | faddf89969fd49a3712404a00cc8a05d52fad696 (diff) |
test
Diffstat (limited to 'buildall.sh')
-rwxr-xr-x | buildall.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/buildall.sh b/buildall.sh index d28de42..2b28122 100755 --- a/buildall.sh +++ b/buildall.sh @@ -1,5 +1,6 @@ echo "Welcome to the maelink CL build script" - +git submodule init +git submodule sync echo "removing build folder if there already is a build there" rm -r build/* |