summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-18 19:07:56 +0100
committerJoe Carstairs <me@joeac.net>2026-06-18 19:07:56 +0100
commit4c829133a3abf838aa4f5351c0dbb6335ce9bb2b (patch)
tree11342b559ed53c74fa1ac379e20018629052e488 /http
parent2328446520781f21f65e290b938f7c13d0533943 (diff)
adds component files to out_rule deps
Diffstat (limited to 'http')
-rw-r--r--http/Makefile2
1 files changed, 1 insertions, 1 deletions
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