mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 01:58:35 +05:00
6 lines
124 B
Makefile
6 lines
124 B
Makefile
|
%-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
|