From 6279e9fa059f2272c054c327747f498868ba377f Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 4 Oct 2023 08:30:37 -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 751a12a..47b190f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ # Sources -DIR_SOURCES := svgtiny.c svgtiny_gradient.c svgtiny_list.c +DIR_SOURCES := svgtiny.c svgtiny_css.c svgtiny_gradient.c svgtiny_list.c SOURCES := $(SOURCES) -- 2.44.2