Make this work even when '.' is not in the PATH
--HG-- branch : bgschaidMac
This commit is contained in:
parent
050ffaab9d
commit
2666365d71
1 changed files with 2 additions and 2 deletions
|
@ -40,10 +40,10 @@ wmake libso blockMatrix
|
|||
|
||||
wmake libso dynamicMesh
|
||||
|
||||
(cd tetDecompositionFiniteElement ; Allwmake)
|
||||
(cd tetDecompositionFiniteElement ; ./Allwmake)
|
||||
|
||||
wmake libso fvMotionSolver
|
||||
(cd tetDecompositionMotionSolver ; Allwmake)
|
||||
(cd tetDecompositionMotionSolver ; ./Allwmake)
|
||||
|
||||
wmake libso coupledMatrix
|
||||
wmake libso sampling
|
||||
|
|
Reference in a new issue