From 083c8df6bdacaea62ce18c54faba16514fdce6bd Mon Sep 17 00:00:00 2001 From: Ollie Ford Date: Wed, 22 Oct 2014 21:47:31 +0100 Subject: fix for c++11 --- makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index 9a02e82..93075cb 100644 --- a/makefile +++ b/makefile @@ -5,6 +5,9 @@ LOGIN ?= eie2ugs CPPFLAGS += -W -Wall -g CPPFLAGS += -I include +CFLAGS += -std=c99 +CXXFLAGS += -std=c++11 + # Force the inclusion of C++ standard libraries LDLIBS += -lstdc++ -- cgit