From bc8beb99461abb26cd7f07b5209b6e2ab6c12823 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Wed, 10 Aug 2016 19:32:28 +0900 Subject: add bls_smpl --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3e023e0..3642cd7 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,13 @@ EXE_DIR=bin SRC_SRC=bls.cpp TEST_SRC=bls_test.cpp -#SAMPLE_SRC= +SAMPLE_SRC=bls_smpl.cpp CFLAGS+=-I../mcl/include + +sample_test: $(EXE_DIR)/bls_smpl.exe + python bls_smpl.py + ################################################################## BLS_LIB=$(LIB_DIR)/libbls.a all: $(BLS_LIB) -- cgit v1.2.3