diff options
| author | Mike Pavone <pavone@retrodev.com> | 2013-10-27 01:29:50 -0700 |
|---|---|---|
| committer | Mike Pavone <pavone@retrodev.com> | 2013-10-27 01:29:50 -0700 |
| commit | 7b604db493ad6663b864a5d1b9f509118f9860b2 (patch) | |
| tree | b85570436a940e5dd8ef68e19381b0156bdd3ceb /Makefile | |
| parent | 7e61eaa7225bf025af42f88d0598aff8412f4144 (diff) | |
Basic OpenGL rendering is working
--HG--
branch : opengl
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
