Skip to content
Snippets Groups Projects
Commit 481c7741 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 9aa8a1f8
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.154 2001-09-25 08:21:14 geuzaine Exp $ # $Id: Makefile,v 1.155 2001-10-05 14:47:39 geuzaine Exp $
GMSH_RELEASE = 1.262 GMSH_RELEASE = 1.262
...@@ -57,7 +57,7 @@ default: initialtag ...@@ -57,7 +57,7 @@ default: initialtag
); done ); done
gmsh: gmsh:
$(CXX) -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB) $(OPENGL_LIB) \ $(CXX) $(FLAGS) -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB) $(OPENGL_LIB) \
-L$(HOME)/SOURCES/fltk/lib $(FLTK_LIB) -L/usr/X11R6/lib $(X11_LIB) -lm -L$(HOME)/SOURCES/fltk/lib $(FLTK_LIB) -L/usr/X11R6/lib $(X11_LIB) -lm
static: static:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment