summaryrefslogtreecommitdiffstats
path: root/matchblox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'matchblox/Makefile')
-rw-r--r--matchblox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/matchblox/Makefile b/matchblox/Makefile
index 5522125..cd11b63 100644
--- a/matchblox/Makefile
+++ b/matchblox/Makefile
@@ -1,6 +1,6 @@
CFLAGS=-Icommon -Imenu -Iengine -O2
CXXFLAGS=$(CFLAGS)
-LDFLAGS=-lglut
+LDFLAGS=-lglut -lm
CXX=g++
CC=gcc