From fa2dfb07a2966010e8c6eff93ee39ffc8c7c4d20 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Fri, 7 Sep 2018 10:49:30 +0900 Subject: add default include path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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" -- cgit v1.2.3