aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2016-08-30 13:59:32 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2016-08-30 13:59:32 +0800
commit0a6548f5e2027c217c550d72d08673f67cb1f161 (patch)
treeb079f3694dbede7dc79925fd30e48cc1efbe7772 /Makefile
parentd50143e7909559f745f33090d429b3105af0ee4d (diff)
downloaddexon-bls-0a6548f5e2027c217c550d72d08673f67cb1f161.tar
dexon-bls-0a6548f5e2027c217c550d72d08673f67cb1f161.tar.gz
dexon-bls-0a6548f5e2027c217c550d72d08673f67cb1f161.tar.bz2
dexon-bls-0a6548f5e2027c217c550d72d08673f67cb1f161.tar.lz
dexon-bls-0a6548f5e2027c217c550d72d08673f67cb1f161.tar.xz
dexon-bls-0a6548f5e2027c217c550d72d08673f67cb1f161.tar.zst
dexon-bls-0a6548f5e2027c217c550d72d08673f67cb1f161.zip
add sample/bls_tool.cpp
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 394dbdd..a84735d 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ CFLAGS += -std=c++11
SRC_SRC=bls.cpp
TEST_SRC=bls_test.cpp
-SAMPLE_SRC=bls_smpl.cpp
+SAMPLE_SRC=bls_smpl.cpp bls_tool.cpp
CFLAGS+=-I../mcl/include