repo.or.cz
/
OpenFOAM-1.5.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Reintroduced WM_OS because the build system currently uses it.
[OpenFOAM-1.5.x.git]
/
applications
/
Allwmake
blob
7437e4f9b04f4bbe4514e75609894b60225e9eb7
1
#!/bin/sh
2
set -x
3
4
(
cd
solvers
&&
wmake all
)
5
(
cd
utilities
&&
wmake all
)