summaryrefslogtreecommitdiffstats
path: root/matchblox/Makefile
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-05-14 12:55:30 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-05-14 12:55:30 (GMT)
commit338ea2bc749adf8a5183804acec0f37ee4d69222 (patch)
tree27463be7a35d66aaec43a23204de8a17a29ba1d5 /matchblox/Makefile
parentc00a15aa99bd0a32d4c4faa3f42698a8485fdb72 (diff)
download2iv55-338ea2bc749adf8a5183804acec0f37ee4d69222.zip
2iv55-338ea2bc749adf8a5183804acec0f37ee4d69222.tar.gz
2iv55-338ea2bc749adf8a5183804acec0f37ee4d69222.tar.bz2
Menu and engine integrated. OpenGL init/blending needs to be fixed.
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