diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2023-07-30 22:41:13 +0200 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2023-07-30 22:41:13 +0200 |
| commit | 6bb469524aea24ab568c7fc2e4320235c27538f3 (patch) | |
| tree | 3c3ebd5f3e53af06ab001745188e99d20570af08 | |
| parent | 209a3b690107c2f173c6ff40579b66fd92c1cc0e (diff) | |
Make src/style.css a dependency
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' "$@" |