summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
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: