aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"