From 43cdfd38bc27fe96105b48d980799f3b2fdd8f0f Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 20 Mar 2020 23:19:06 +0100 Subject: c++98 complient and README update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 681f96e..49d9ee6 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ INCDIR = include OBJDIR = build CXX = g++ -CXXFLAGS = -Wall -Wextra -I$(INCDIR) $(shell sdl2-config --cflags) -std=c++11 +CXXFLAGS = -Wall -Wextra -I$(INCDIR) $(shell sdl2-config --cflags) -std=c++98 LDFLAGS = $(shell sdl2-config --libs) -lSDL2_ttf SRC = $(shell find $(SRCDIR) -type f -name "*.cpp") -- cgit