vrmodel
diff Makefile @ 4:a32b151fb3c6
moving along slowly
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Thu, 11 Sep 2014 00:08:23 +0300 |
parents | be91b72ce3f9 |
children |
line diff
1.1 --- a/Makefile Mon Sep 01 05:59:31 2014 +0300 1.2 +++ b/Makefile Thu Sep 11 00:08:23 2014 +0300 1.3 @@ -6,7 +6,7 @@ 1.4 inc = -Iinclude 1.5 1.6 CFLAGS = -pedantic -Wall -g $(inc) `pkg-config --cflags sdl2` 1.7 -CXXFLAGS = $(CFLAGS) 1.8 +CXXFLAGS = -std=c++11 $(CFLAGS) 1.9 LDFLAGS = $(libgl) `pkg-config --libs sdl2` 1.10 1.11 ifeq ($(shell uname -s), Darwin)