aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2018-09-07 09:49:30 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2018-09-07 09:49:30 +0800
commitfa2dfb07a2966010e8c6eff93ee39ffc8c7c4d20 (patch)
treed97c35eed0eba24e10c5b7beaf217e49a6a2ed77
parentf71bb89366c9fd7ac2d36dfc1c4ac244b6879b27 (diff)
downloaddexon-bls-fa2dfb07a2966010e8c6eff93ee39ffc8c7c4d20.tar
dexon-bls-fa2dfb07a2966010e8c6eff93ee39ffc8c7c4d20.tar.gz
dexon-bls-fa2dfb07a2966010e8c6eff93ee39ffc8c7c4d20.tar.bz2
dexon-bls-fa2dfb07a2966010e8c6eff93ee39ffc8c7c4d20.tar.lz
dexon-bls-fa2dfb07a2966010e8c6eff93ee39ffc8c7c4d20.tar.xz
dexon-bls-fa2dfb07a2966010e8c6eff93ee39ffc8c7c4d20.tar.zst
dexon-bls-fa2dfb07a2966010e8c6eff93ee39ffc8c7c4d20.zip
add default include path
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6d3770c..474198a 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ SRC_SRC=bls.cpp bls_c.cpp
TEST_SRC=bls_test.cpp bls_c384_test.cpp
SAMPLE_SRC=bls_smpl.cpp
-CFLAGS+=-I../mcl/include
+CFLAGS+=-I../mcl/include -I./
UNIT?=6
ifeq ($(UNIT),4)
CFLAGS+=-D"MCLBN_FP_UNIT_SIZE=4"