From: Michael Orlitzky Date: Sat, 7 Jun 2025 14:15:47 +0000 (-0400) Subject: src/Makefile: add the new svgtiny_css.c to the list of sources X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=78614f1be4c561c6a1940fb3a307208cfb442136;p=libsvgtiny.git src/Makefile: add the new svgtiny_css.c to the list of sources --- 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)