adds component files to out_rule deps

This commit is contained in:
2026-06-18 19:07:56 +01:00
parent 2328446520
commit 4c829133a3
+1 -1
View File
@@ -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