diff Makefile @ 488:32f053ad9b02 opengl

Basic OpenGL rendering is working
author Mike Pavone <pavone@retrodev.com>
date Sun, 27 Oct 2013 01:29:50 -0700
parents c08a4efeee7f
children 39cad98d2789
line wrap: on
line diff
--- a/Makefile	Sat Oct 26 22:38:47 2013 -0700
+++ b/Makefile	Sun Oct 27 01:29:50 2013 -0700
@@ -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