From 78e3909ca43b7eb6e1ed08edbdae78a6d582fcde Mon Sep 17 00:00:00 2001 From: John Turner Date: Sat, 20 Sep 2025 17:19:21 -0400 Subject: remove wordlist from repo --- meson.build | 5 ----- 1 file changed, 5 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index d5c234c..2e656b4 100644 --- a/meson.build +++ b/meson.build @@ -42,11 +42,6 @@ python = import('python').find_installation( python.install_sources(sources, preserve_path: true) -install_data( - 'eff_large_wordlist.txt', - install_dir: get_option('datadir') / 'dict', -) - subdir('tests') # Local Variables: -- cgit v1.2.3