From 4c829133a3abf838aa4f5351c0dbb6335ce9bb2b Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 18 Jun 2026 19:07:56 +0100 Subject: [PATCH] adds component files to out_rule deps --- http/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/Makefile b/http/Makefile index 894470d..a0bfbf7 100644 --- a/http/Makefile +++ b/http/Makefile @@ -37,7 +37,7 @@ default_layout_file = $(if \ layout_file = $(if $(layout),share/layouts/$(layout).layout.upp$(ext),$(default_layout_file)) define out_rule = -out/%.$(ext): src/%$(if $(layout),.$(layout)).upp$(ext) $(layout_file) +out/%.$(ext): src/%$(if $(layout),.$(layout)).upp$(ext) $(layout_file) $(component_files) ./bin/mkws https://joeac.net "$$$$(realpath $$<)" endef