From 7b604db493ad6663b864a5d1b9f509118f9860b2 Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Sun, 27 Oct 2013 01:29:50 -0700 Subject: Basic OpenGL rendering is working --HG-- branch : opengl --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3