diff options
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) |