Skip to content
Snippets Groups Projects
Allwmake 337 B
Newer Older
  • Learn to ignore specific revisions
  • cd ${0%/*} || exit 1    # run from this directory
    
    set -x
    
    wmake libso basic
    wmake libso solidParticle
    wmake libso intermediate
    wmake libso dieselSpray
    
    (cd molecularDynamics && wmake libso potential)
    (cd molecularDynamics && wmake libso molecule)
    
    
    # ----------------------------------------------------------------- end-of-file