aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-03-30 08:47:31 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-03-30 08:47:31 -0400
commit0b1bfa28f33410acc1c3b95df1c1b748ce55b447 (patch)
tree807e942cfb92cb631b02ec0079da63838dd6741f /Makefile
parentc35571e37bdd6d2fe9b95e4265c150265585f3a9 (diff)
parenta9a9777190086bd2ce2aa54e20a1101509614463 (diff)
Inv and textures
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4c56fb6..c8b09e3 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ ifeq ($(TARGET_OS),win32)
-lSDL2main -lSDL2 -lSDL2_image -lSDL2_mixer -lfreetype
endif
-CXXFLAGS = -m$(TARGET_BITS) -std=c++14
+CXXFLAGS = -m$(TARGET_BITS) -std=c++1z
CXXINC = -Iinclude -Iinclude/freetype
CXXWARN = -Wall -Wextra -Werror -pedantic-errors