Enable C++11 in Makefile

This commit is contained in:
Andrew Ayer
2016-10-30 15:57:14 -07:00
parent 00a7887486
commit 2b1076108e
+1
View File
@@ -5,6 +5,7 @@
#
CXXFLAGS ?= -Wall -pedantic -Wno-long-long -O2
CXXFLAGS += -std=c++11
PREFIX ?= /usr/local
BINDIR ?= $(PREFIX)/bin
MANDIR ?= $(PREFIX)/share/man