diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-09-07 09:49:30 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-09-07 09:49:30 +0800 |
commit | fa2dfb07a2966010e8c6eff93ee39ffc8c7c4d20 (patch) | |
tree | d97c35eed0eba24e10c5b7beaf217e49a6a2ed77 | |
parent | f71bb89366c9fd7ac2d36dfc1c4ac244b6879b27 (diff) | |
download | dexon-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |