From 680ce5519c24dd0fa87ae85dd824000e915974b0 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Thu, 21 Dec 2017 18:01:23 +0100 Subject: Add move markers. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 56a8f6d..7719800 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC ?= gcc -CFLAGS += -g3 -O0 -Wall -std=gnu++11 +CFLAGS += -g3 -O0 -Wall -std=gnu++14 CPPFLAGS += -MMD LDFLAGS += -lstdc++ -lm -lsfml-system -lsfml-window -lsfml-graphics -- cgit