cloth

diff Makefile @ 2:2eac424f58b2

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 12 Feb 2013 00:23:40 +0200
parents 92983e143a03
children
line diff
     1.1 --- a/Makefile	Mon Feb 11 19:48:47 2013 +0200
     1.2 +++ b/Makefile	Tue Feb 12 00:23:40 2013 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  dep = $(obj:.o=.d)
     1.5  bin = cloth
     1.6  
     1.7 -CXXFLAGS = -pedantic -Wall -g
     1.8 +CXXFLAGS = -std=c++11 -pedantic -Wall -g
     1.9  LDFLAGS = $(libgl) -limago -lvmath
    1.10  
    1.11  ifeq ($(shell uname -s), Darwin)