From 6bb469524aea24ab568c7fc2e4320235c27538f3 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 30 Jul 2023 22:41:13 +0200 Subject: Make src/style.css a dependency --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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' "$@" -- cgit v1.2.3