aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3642cd7..394dbdd 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@ include ../mcl/common.mk
LIB_DIR=lib
OBJ_DIR=obj
EXE_DIR=bin
+CFLAGS += -std=c++11
SRC_SRC=bls.cpp
TEST_SRC=bls_test.cpp