aboutsummaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-11-29 16:38:14 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-10 13:36:50 -0700
commitae6944468217b433a062bb493888d7e993bea96a (patch)
tree488ea7d9fb223467735b6be0178c4905e3343a68 /makefile
parentf4a268de200ebe0ca06313aa9d63fa0f91047744 (diff)
downloadzxcvbn-c-ae6944468217b433a062bb493888d7e993bea96a.tar.gz
DFSG: code updates for words-10k-pass.txtv2.5+dfsg
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 11ebe28..399bccc 100644
--- a/makefile
+++ b/makefile
@@ -13,7 +13,7 @@ CPPFLAGS += -I.
TARGET_LIB = libzxcvbn.so.0.0.0
SONAME = libzxcvbn.so.0
-WORDS = words-eng_wiki.txt words-female.txt words-male.txt words-passwd.txt words-surname.txt words-tv_film.txt
+WORDS = words-eng_wiki.txt words-female.txt words-male.txt words-10k-pass.txt words-surname.txt words-tv_film.txt
all: test-file test-inline test-c++inline test-c++file test-shlib test-statlib test-internals