From dc55d93a545a4ebda0d3c31eeb02a9a0a3800cd1 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 29 Oct 2023 02:38:10 +0100 Subject: [PATCH] charset: make json cache from data includes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 77c9cb0..1f48304 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ plan.plp: TODO UPDATE: $(download) $(call cmdsave,git log -1 --date=short --pretty="%ad %s") -cache: data/writing-latn.json +cache: $(patsubst %.inc.pl,data/%.json,$(wildcard charset-*.inc.pl) writing-latn.inc.pl) word: word/put.min.js data/wordlist.inc.pl data/wordlist.en.json data/wordlist.nl.json data/wordlist.ru.json data/wordpairs.json word/put.js: $(download) -- 2.30.0