summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-07-30 22:41:13 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-07-30 22:41:13 +0200
commit6bb469524aea24ab568c7fc2e4320235c27538f3 (patch)
tree3c3ebd5f3e53af06ab001745188e99d20570af08 /Makefile
parent209a3b690107c2f173c6ff40579b66fd92c1cc0e (diff)
Make src/style.css a dependency
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index df713e2..80bb6b3 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ out/%: src/%
@cp $< $@
@printf 'CP\t%s\n' "$@"
-out/%.html: src/%.html ${includes}
+out/%.html: src/%.html ${includes} src/style.css
@m4 -P ${foreach dir,${^D},-I${dir}} include/lib.m4 $< >$@
@printf 'M4\t%s\n' "$@"