Skip to content

Commit

Permalink
Fix linker flag for mesh tools
Browse files Browse the repository at this point in the history
  • Loading branch information
davidscn committed Sep 18, 2023
1 parent 52e6076 commit ad5501f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/mesh-tools/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ad5501f

Please sign in to comment.