about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-09-14 21:47:30 +0200
committerbptato <nincsnevem662@gmail.com>2024-09-14 21:48:02 +0200
commitbf721f2e604974b5e40dc2dc099c899f0ded2798 (patch)
treea9e6009728c415f0b0a9c534e9715ae7d99056e5 /Makefile
parent11d102e2ba16f8f4a9976ab81d35b22da5c0ad2f (diff)
downloadchawan-bf721f2e604974b5e40dc2dc099c899f0ded2798.tar.gz
Update to Unicode 16.0.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3b3c51c7..adcc30c8 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ $(OUTDIR_BIN)/mancha: adapter/tools/mancha.nim
 	$(NIMC) --nimcache:"$(OBJDIR)/$(TARGET)/mancha" $(FLAGS) \
 		-o:"$(OUTDIR_BIN)/mancha" $(FLAGS) adapter/tools/mancha.nim
 
-$(OBJDIR)/genidna: res/genidna.nim
+$(OBJDIR)/genidna: res/genidna.nim res/map/IdnaMappingTable.txt
 	$(NIMC) --nimcache:"$(OBJDIR)/idna_gen_cache" -d:danger \
 		-o:"$(OBJDIR)/genidna" res/genidna.nim