From b10a5e0d9ac43307119284c4cb2b6478e1280abe Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 30 Oct 2023 22:34:38 +0100 Subject: Collapse recipes --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2c58aae..f0c56b7 100644 --- a/Makefile +++ b/Makefile @@ -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: -- cgit v1.2.3