aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2016-08-21 06:57:05 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2016-08-21 06:57:05 +0800
commitada94f774905651cac581462af96dd959dde746a (patch)
tree8af0fd8d16b51db5c52fadf9f9d9508b830eb5d3
parentee8dd587628b0b4bc8eb8e023e5508a2754cc140 (diff)
downloaddexon-bls-ada94f774905651cac581462af96dd959dde746a.tar
dexon-bls-ada94f774905651cac581462af96dd959dde746a.tar.gz
dexon-bls-ada94f774905651cac581462af96dd959dde746a.tar.bz2
dexon-bls-ada94f774905651cac581462af96dd959dde746a.tar.lz
dexon-bls-ada94f774905651cac581462af96dd959dde746a.tar.xz
dexon-bls-ada94f774905651cac581462af96dd959dde746a.tar.zst
dexon-bls-ada94f774905651cac581462af96dd959dde746a.zip
use c++11
-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