dungeon_crawler

diff prototype/Makefile @ 5:252a00508411

more stuff
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 12 Aug 2012 07:07:57 +0300
parents 96de911d05d4
children e5567ddbf2ef
line diff
     1.1 --- a/prototype/Makefile	Sat Aug 11 05:44:52 2012 +0300
     1.2 +++ b/prototype/Makefile	Sun Aug 12 07:07:57 2012 +0300
     1.3 @@ -5,8 +5,8 @@
     1.4  bin = proto
     1.5  
     1.6  CFLAGS = -pedantic -Wall -g -Ivmath
     1.7 -CXXFLAGS = $(CFLAGS)
     1.8 -LDFLAGS = $(libgl) -lm
     1.9 +CXXFLAGS = $(CFLAGS) -std=c++11
    1.10 +LDFLAGS = $(libgl) -lm -lassimp
    1.11  
    1.12  ifeq ($(shell uname -s), Darwin)
    1.13  	libgl = -framework OpenGL -framework GLUT -lglew