summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2013-10-27 01:29:50 -0700
committerMike Pavone <pavone@retrodev.com>2013-10-27 01:29:50 -0700
commit7b604db493ad6663b864a5d1b9f509118f9860b2 (patch)
treeb85570436a940e5dd8ef68e19381b0156bdd3ceb /Makefile
parent7e61eaa7225bf025af42f88d0598aff8412f4144 (diff)
Basic OpenGL rendering is working
--HG-- branch : opengl
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 90b805a..b403988 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-LIBS=sdl gl
+LIBS=sdl glew gl
LDFLAGS=-lm `pkg-config --libs $(LIBS)`
ifdef DEBUG
CFLAGS=-ggdb -std=gnu99 `pkg-config --cflags-only-I $(LIBS)` -Wreturn-type -Werror=return-type