From 11be13fe5338a94b84af33d05b7fb4c0a7e398fc Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Fri, 14 Aug 2026 10:41:58 +0300 Subject: [PATCH] build: Fix double generation of html_data Make supports grouped target which runs once for all listed targets. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e64dacf..05cd7d3 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ OBJS = ${SRCS:%.c=$(BUILDDIR)/%.rel} DEPS := ${SRCS:%.c=$(BUILDDIR)/%.d} HTML := $(shell find html -name '*.js' -or -name '*.html' -or -name '*.svg') -html_data.c html_data.h: $(HTML) | tools +html_data.c html_data.h &: $(HTML) | tools tools/output/fileadder -a $(HTML_LOCATION) -s $(IMAGESIZE) -b BANK1 -d html -p html_data $(VERSION_HEADER):