COMP: make utilities before solvers.
- having all utilities available ASAP is more important than having all solvers immediately
This commit is contained in:
parent
0615b67dcd
commit
ac99035a83
@ -10,7 +10,7 @@ wmakeCheckPwd "$WM_PROJECT_DIR/applications" || {
|
||||
|
||||
set -x
|
||||
|
||||
wmake all solvers
|
||||
wmake all utilities
|
||||
wmake all solvers
|
||||
|
||||
# ----------------------------------------------------------------- end-of-file
|
||||
|
@ -3,4 +3,4 @@
|
||||
# Clean time folders only
|
||||
|
||||
rm -rf *[1-9]*
|
||||
rm log.*
|
||||
rm -f log.* 2>/dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user