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>2016-11-29 16:38:14 -0700
commit90e7b02b9b77f05ae1f6afd19194a9c8836984c3 (patch)
tree9117c39c2e46443c34d5675682c7cfe884bc0f34 /makefile
parent08140648c2e5201313f967e73cc6134a32f4ff40 (diff)
downloadzxcvbn-c-90e7b02b9b77f05ae1f6afd19194a9c8836984c3.tar.gz
DFSG: code updates for words-10k-pass.txtv2.0+dfsg
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 5c3f545..3b1b519 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