add keyboard

This commit is contained in:
2022-01-27 22:05:10 +00:00
parent 64178c3220
commit 356edb2024
5 changed files with 66 additions and 3 deletions

View File

@@ -3,8 +3,14 @@ MIN_FREQUENCY=1
SOURCE_WORDLIST=1_1_all_fullalpha.txt
ALLOWED_TYPELIST=allowed_types
all: wordlist.js .SUBMODULES
wordlist.js:
./scripts/gen_wordlist.py ${SOURCE_WORDLIST} ${WORD_LENGTH} ${MIN_FREQUENCY} ${ALLOWED_TYPELIST} > wordlist.js
clean:
rm -rf wordlist.js
.SUBMODULES:
git submodule init
git submodule update