From 9e2f897c8b6f124d5630e96e6a5f74fc4fe69c87 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 19 May 2002 20:53:54 +0000 Subject: [PATCH] typo --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7424749cc4..8e5ac670ae 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.222 2002-05-19 20:45:15 geuzaine Exp $ +# $Id: Makefile,v 1.223 2002-05-19 20:53:54 geuzaine Exp $ GMSH_MAJOR_VERSION = 1 GMSH_MINOR_VERSION = 35 @@ -93,12 +93,10 @@ compile: initialtag "GL_INCLUDE=" \ "GUI_INCLUDE=-I$(FLTK_DIR)" \ ); done - link: $(CXX) $(FLAGS) -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB)\ -L$(FLTK_DIR)/lib -lfltk_gl -lGLU -lGL -lfltk\ -L/usr/X11R6/lib -lX11 -lm - gcc: compile link # -- GitLab