avoid doubled generation of html_data.*

This commit is contained in:
feelfree69
2026-03-11 07:34:18 +01:00
parent 13fe354da7
commit b559c3b868
+1 -1
View File
@@ -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):