diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2015-12-22 16:53:49 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2015-12-22 16:53:49 +0800 |
commit | 0806070fdf6ece72e6a37f13c5e80a79897aa21b (patch) | |
tree | e129f58159ec68bdb08d4fdd9c9f137c5d06c6a0 /sample | |
parent | 714f979a1e34f5ce728acc0532e3ba5afbb73346 (diff) | |
download | tangerine-mcl-0806070fdf6ece72e6a37f13c5e80a79897aa21b.tar.gz tangerine-mcl-0806070fdf6ece72e6a37f13c5e80a79897aa21b.tar.zst tangerine-mcl-0806070fdf6ece72e6a37f13c5e80a79897aa21b.zip |
a little optimize of power
Diffstat (limited to 'sample')
-rw-r--r-- | sample/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/Makefile b/sample/Makefile index a5c41dd..d68f746 100644 --- a/sample/Makefile +++ b/sample/Makefile @@ -3,7 +3,7 @@ include ../common.mk TARGET=$(TEST_FILE) LIBS= -SRC=$(wildcard *.cpp) +SRC=bench.cpp ecdh.cpp random.cpp vote.cpp all: $(TARGET) |