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