summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 946a9ab..20ac152 100644
--- a/Makefile
+++ b/Makefile
@@ -45,6 +45,7 @@ clean:
%.ico: %.png Makefile
$(call PNG2ICO,$<,$@)
+.INTERMEDIATE: favicon.raw.png
favicon.raw.png: logo.svg Makefile
$(call SVG2PNG,$<,$@,16)