diff --git a/PACK/make_wopack b/PACK/make_wopack index 006018fd..1af48937 100755 --- a/PACK/make_wopack +++ b/PACK/make_wopack @@ -31,8 +31,8 @@ function ask() { if ask "--> Compile all the Matlab procs [y/N]" "n" then cd "$SCRIPT_DIR/../CODE/matlab" - sudo -u wo -- make arch=64 - sudo -u wo -- make arch=32 + sudo -u wo -- make arch=64 all + sudo -u wo -- make arch=32 all cd "$PWD" fi