- prelude to code refactoring NOTE no source code change in this commit, only relocation, renaming and adjustment of Make/{files,options}
9 lines
260 B
Bash
Executable File
9 lines
260 B
Bash
Executable File
#!/bin/sh
|
|
cd "${0%/*}" || exit # Run from this directory
|
|
#------------------------------------------------------------------------------
|
|
|
|
wclean libso multiphaseMixture
|
|
wclean
|
|
|
|
#------------------------------------------------------------------------------
|