summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2013-10-27 22:08:02 -0700
committerMike Pavone <pavone@retrodev.com>2013-10-27 22:08:02 -0700
commit070b44e5440b966f911ee974490c7c99c91ec3d1 (patch)
treee5de1208715933f65d6990d231b92a851ad9fbcd /Makefile
parentb8dc9d69563379341f127af571b4bec1312f4ca0 (diff)
parent8adf113effdafac7fe80375e2bb51871f9ddd276 (diff)
Merged OpenGL branch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 40c070a..b403988 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-LIBS=sdl
+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