Skip to content
Snippets Groups Projects
Commit ac99035a authored by Mark Olesen's avatar Mark Olesen
Browse files

COMP: make utilities before solvers.

- having all utilities available ASAP is more important than having
  all solvers immediately
parent 0615b67d
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment