From b559c3b868d468eb1f337633ffa62af245b8d656 Mon Sep 17 00:00:00 2001 From: feelfree69 Date: Wed, 11 Mar 2026 07:34:18 +0100 Subject: [PATCH] avoid doubled generation of html_data.* --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34ba2e6..6387436 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ SRCS += httpd/httpd.c httpd/page_impl.c OBJS = ${SRCS:%.c=$(BUILDDIR)%.rel} DEPS := ${SRCS:%.c=$(BUILDDIR)%.d} -html_data.c html_data.h: html tools +html_data.c: html tools tools/$(BUILDDIR)fileadder -a $(HTML_LOCATION) -s $(IMAGESIZE) -b BANK1 -d html -p html_data $(VERSION_HEADER):