~fluidity-core/fluidity/shallow-water-dev

« back to all changes in this revision

Viewing changes to tests/pydiag_material_phase_support_multiple_velocity_children/Makefile

  • Committer: colin.cotter at ac
  • Date: 2012-02-13 14:24:01 UTC
  • mfrom: (3565.1.362 fluidity)
  • Revision ID: colin.cotter@imperial.ac.uk-20120213142401-fz23s9jmvc8jjiy6
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SHELL = sh
 
2
 
 
3
input: clean
 
4
        gmsh -2 square.geo -o square.msh
 
5
 
 
6
clean:
 
7
        rm -f *.ele
 
8
        rm -f *.node
 
9
        rm -f *.bound
 
10
        rm -f *.edge
 
11
        rm -f *.face
 
12
        rm -f *.vtu 
 
13
        rm -f *.pvtu 
 
14
        rm -f *.s 
 
15
        rm -f *.stat 
 
16
        rm -f *.log-0 
 
17
        rm -f *.err-0 
 
18
        rm -f *.msh
 
19
        rm -f *.halo
 
20
        rm -f fluidity.err*
 
21
        rm -f fluidity.log*
 
22
        rm -f matrixdump*
 
23
        rm -f first_timestep_adapted_mesh*