diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-10-30 22:34:38 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-10-30 22:34:44 +0100 |
commit | b10a5e0d9ac43307119284c4cb2b6478e1280abe (patch) | |
tree | ca8a79e8693f33efd718e4053aaa02a3c2a7852d /Makefile | |
parent | b2b3df16985077dfcc5982667b1f821d9f7a3ed1 (diff) |
Collapse recipes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -78,11 +78,7 @@ $(call wout,us,c): $(call wdeps,us,c) $(call wout,br us,c): m4 -P -D__coins lib.m4 $< | gsp >$@ -out/%.css: src/%.css - cp $< $@ -out/%.svg: src/%.svg - cp $< $@ -out/%.woff2: src/%.woff2 +out/%: src/% cp $< $@ check: |