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>2018-09-08 11:29:49 -0700
commit43017522f671cd151705376de8e6bf3bb5e77836 (patch)
treee5b775ec8f643600c564a65ae9b63a8d6342cddf /makefile
parent5ab1bf2021c270cb2c3a6be6b5b655e26e602590 (diff)
downloadzxcvbn-c-43017522f671cd151705376de8e6bf3bb5e77836.tar.gz
DFSG: code updates for words-10k-pass.txtv2.4+dfsg
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 5076c6c..40c88f2 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