diff options
Diffstat (limited to 'buildall.sh')
-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/* |