diff options
-rwxr-xr-x | buildall.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/buildall.sh b/buildall.sh index e2f2000..4155b5e 100755 --- a/buildall.sh +++ b/buildall.sh @@ -1,6 +1,5 @@ echo "Welcome to the maelink CL build script" -git submodule init -git submodule sync +git submodule update --init --recursive ls . echo "--" ls -r mljs |