From 78614f1be4c561c6a1940fb3a307208cfb442136 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 7 Jun 2025 10:15:47 -0400 Subject: [PATCH] src/Makefile: add the new svgtiny_css.c to the list of sources --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 25be071..0687b46 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ # Sources -DIR_SOURCES := svgtiny.c svgtiny_gradient.c svgtiny_list.c svgtiny_parse.c svgtiny_path.c +DIR_SOURCES := svgtiny.c svgtiny_css.c svgtiny_gradient.c svgtiny_list.c svgtiny_parse.c svgtiny_path.c SOURCES := $(SOURCES) -- 2.49.0