smesh/test/data/meshio_meshes/msh/Makefile

6 lines
124 B
Makefile
Raw Normal View History

%-2.2.msh: %.geo
gmsh -2 -format msh2 -o $@ $<
%-4.1.msh: %.geo
gmsh -2 -o $@ $<
all: insulated-2.2.msh insulated-4.1.msh