From b4493558a0a37d5288191d2f5417b5cd9e88320a Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 28 Jan 2024 15:15:30 +0100 Subject: [PATCH] keyboard/altgr: precompute data includes Best case from 161ms to 17ms for index to load everything. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f48ffa7..942727c 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ plan.plp: TODO UPDATE: $(download) $(call cmdsave,git log -1 --date=short --pretty="%ad %s") -cache: $(patsubst %.inc.pl,data/%.json,$(wildcard charset-*.inc.pl) writing-latn.inc.pl) +cache: $(patsubst %.inc.pl,data/%.json,$(wildcard charset-*.inc.pl) $(wildcard keyboard/altgr/*.inc.pl) writing-latn.inc.pl) word: word/put.min.js data/wordlist.en.json data/wordlist.nl.json data/wordlist.ru.json data/wordpairs.json word/put.js: $(download) -- 2.30.0