diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-18 19:07:56 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-18 19:07:56 +0100 |
| commit | 4c829133a3abf838aa4f5351c0dbb6335ce9bb2b (patch) | |
| tree | 11342b559ed53c74fa1ac379e20018629052e488 /http/Makefile | |
| parent | 2328446520781f21f65e290b938f7c13d0533943 (diff) | |
adds component files to out_rule deps
Diffstat (limited to 'http/Makefile')
| -rw-r--r-- | http/Makefile | 2 |
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 |
