~fluidity-core/fluidity/sea-ice-branch

« back to all changes in this revision

Viewing changes to tests/flredecomp_2d_fieldweighted/Makefile

  • Committer: Simon Mouradian
  • Date: 2012-10-19 10:35:59 UTC
  • mfrom: (3520.32.371 fluidity)
  • Revision ID: simon.mouradian06@imperial.ac.uk-20121019103559-y36qa47phc69q8sc
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
MODEL=flredecomp-2d-fieldweighted
 
2
 
 
3
default: input
 
4
 
 
5
input:  clean
 
6
        gmsh -2 -optimize src/Subduction_Mesh.geo
 
7
        cp src/Subduction_Mesh.msh .
 
8
        ../../bin/gmsh2triangle --2d -i Subduction_Mesh.msh
 
9
 
 
10
clean:
 
11
        rm -f  *.ele *.edge *.node *.vtu *.stat *.msh *.detectors fluidity.* Parallel*
 
12
        rm -R -f $(MODEL)_*
 
13