summaryrefslogtreecommitdiff
blob: 68823d0d76634b6e1fc1c937a74d6acc02e97a78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index ae08e60..eee2b46 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ all: gabedit
 gabedit: $(SUBDIRS)
 	$(MKDIR) tmp
 	cp $(OBJECTS) tmp
-	$(CC) $(LDFLAGS) tmp/*.o -o gabedit $(GLTOPS) $(X11LIB) $(GTKLIB) $(OGLLIB) $(JPEGLIB) $(LIBPTHREAD) $(WIN32LIB) $(OMPLIB) -g
+	$(CC) $(LDFLAGS) tmp/*.o -o gabedit $(GLTOPS) $(X11LIB) $(GTKLIB) $(OGLLIB) $(JPEGLIB) $(LIBPTHREAD) $(WIN32LIB) $(OMPLIB) -g -lm
 	@$(RMTMP) > ptmp
 	rmdir tmp
 	@$(RM) ptmp