aboutsummaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
authortony <tsyrogit@users.noreply.github.com>2016-10-16 18:19:22 +0100
committertony <tsyrogit@users.noreply.github.com>2016-10-16 18:45:05 +0100
commit0dd556d86d39a3fd93c709c390d2ff62f9da0e04 (patch)
treea4d79b32f6e6451ddd8f1c25632bef70a3ee702a /makefile
parenta54831459801fd2c7f5dbc01cea05e2ca78fc898 (diff)
downloadzxcvbn-c-0dd556d86d39a3fd93c709c390d2ff62f9da0e04.tar.gz
Include the correct dictionary source files int the repo.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index ea82f83..fc9cf2c 100644
--- a/makefile
+++ b/makefile
@@ -9,7 +9,7 @@ CPPFLAGS += -I.
TARGET_LIB = libzxcvbn.so.0.0.0
SONAME = libzxcvbn.so.0
-WORDS = words-eng_wiki.txt words-english.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-passwd.txt words-surname.txt words-tv_film.txt
all: test-file test-inline test-c++inline test-c++file test-shlib test-statlib