From 095193a9905caff27509a299d895d399d42c06aa Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 21 Dec 2025 14:08:57 +0100 Subject: Fix truncation issue in libcmap_sprintf_range, and add LIBCMAP_ULTIMATE_CODEPOINT and LIBCMAP_UNIVERSE_RANGE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8f20ec3..4966165 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,8 @@ OBJ =\ libcmap_snprint_range.o HDR =\ - libcmap.h + libcmap.h\ + common.h LOBJ = $(OBJ:.o=.lo) -- cgit v1.3.1