From 131bb27e3bf9d117ede308dd968814204f72e64c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 5 Feb 2021 00:04:35 +0000 Subject: add text formatting of values with list styles --- src/select/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/select/Makefile') diff --git a/src/select/Makefile b/src/select/Makefile index 025ad39..8b47673 100644 --- a/src/select/Makefile +++ b/src/select/Makefile @@ -2,6 +2,6 @@ select_generator: python3 src/select/select_generator.py -DIR_SOURCES := arena.c computed.c dispatch.c hash.c select.c font_face.c +DIR_SOURCES := arena.c computed.c dispatch.c hash.c select.c font_face.c format_list_style.c include $(NSBUILD)/Makefile.subdir -- cgit v1.2.3