dungeon_crawler

diff prototype/Makefile @ 23:fa8f89d06f6f

progress with light rendering
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 23 Aug 2012 00:10:10 +0300
parents d98240a13793
children e122ba214ee1
line diff
     1.1 --- a/prototype/Makefile	Tue Aug 21 06:34:14 2012 +0300
     1.2 +++ b/prototype/Makefile	Thu Aug 23 00:10:10 2012 +0300
     1.3 @@ -10,7 +10,7 @@
     1.4  
     1.5  CFLAGS = -pedantic $(warn) $(dbg) $(opt) -Ivmath
     1.6  CXXFLAGS = $(CFLAGS) -std=c++11
     1.7 -LDFLAGS = $(libgl) -lm -lassimpD -limago
     1.8 +LDFLAGS = $(libgl) -lm -lassimp -limago
     1.9  
    1.10  ifeq ($(shell uname -s), Darwin)
    1.11  	libgl = -framework OpenGL -framework GLUT -lglew