~fluidity-core/fluidity/refactor-netcdf

« back to all changes in this revision

Viewing changes to tests/flredecomp_2d_fieldweighted/Makefile

  • Committer: Jon Hill
  • Date: 2013-02-16 09:01:40 UTC
  • mfrom: (3981.7.159 fluidity)
  • Revision ID: jon.hill@imperial.ac.uk-20130216090140-bplzxqzdk1eik4za
Megre from trunk, fixing several conflicts

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