~grm08/fluidity/hilbert-for-pyop2

« back to all changes in this revision

Viewing changes to tests_adj_list_error/flredecomp_2d_fieldweighted/Makefile

  • Committer: Mark Filipiak
  • Date: 2013-02-01 00:11:23 UTC
  • Revision ID: mjf@staffmail.ed.ac.uk-20130201001123-gdnjwchjd1qd47j9
And more.

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