From 386acc1ab4a403f7345844b0696fd1ed197c5de0 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 9 Jan 2001 16:09:50 +0000
Subject: [PATCH] *** empty log message ***

---
 Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index a58a9aa9f7..6a14f0d89e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.33 2001-01-08 08:05:39 geuzaine Exp $
+# $Id: Makefile,v 1.34 2001-01-09 16:09:50 geuzaine Exp $
 # ----------------------------------------------------------------------
 #  Makefile for Gmsh  
 # ----------------------------------------------------------------------
@@ -121,6 +121,10 @@ gmshm:
               $(MESA_MOTIF_STATIC_LIB) $(MESA_STATIC_LIB)\
               $(XMOTIF_LIB) $(THREAD_LIB) -lm
 
+gmshm3:
+	$(CC) -o $(GMSH_BIN_DIR)/gmshm $(GMSH_FLTK_LIB)\
+              $(MESA_STATIC_LIB) $(FLTK_LIB) $(THREAD_LIB) -lm
+
 parser:
 	cd Parser && $(MAKE) parser
 
-- 
GitLab