--- src/Makefile.orig	2023-12-27 21:45:54 UTC
+++ src/Makefile
@@ -3,6 +3,8 @@ SOURCES := $(SOURCES)
 
 SOURCES := $(SOURCES)
 
+src/svgtiny.c: $(DIR)autogenerated_colors.c
+
 $(DIR)autogenerated_colors.c: src/colors.gperf
 	$(VQ)$(ECHO) "   GPERF: $<"
 	$(Q)gperf --output-file=$@.tmp $<
