Files
openfoam/applications/test/00-dummy/Allwclean
Mark Olesen 45d5d7bbc1 COMP: add minimal test application
- uses wmake, without OpenFOAM libraries.

  The application and libray serve as a minimal test case for wmake,
  but can also be used to generate a minimal library/executable pair
  target for testing of packaging etc.
2018-11-23 00:21:10 +01:00

8 lines
168 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
wclean libso dummy
wclean
#------------------------------------------------------------------------------