diff options
-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/* |