diff --git a/tools/mesh-tools/makefile b/tools/mesh-tools/makefile index e1ce9522..030c12d4 100644 --- a/tools/mesh-tools/makefile +++ b/tools/mesh-tools/makefile @@ -3,7 +3,7 @@ all: mesh scale mesh: mesh.cpp - g++ -lgmsh mesh.cpp -o mesh + g++ mesh.cpp -o mesh -lgmsh scale: scale.cpp - g++ -lgmsh scale.cpp -o scale + g++ scale.cpp -o scale -lgmsh