summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-27 11:27:34 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-27 11:27:34 -0400
commit30970fc49494cd570169e4366bd7e76f6de4c3c2 (patch)
tree5d309770b413a1f0d403ab35681fa6279b9f4a3b
parent3c999f715ca70cea9de8e7fbc6d90cfc6d995e7e (diff)
official-2013/optimized-text/Makefile: fix intermediate target bug
-rw-r--r--official-2013/optimized-text/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/official-2013/optimized-text/Makefile b/official-2013/optimized-text/Makefile
index 946a9ab..20ac152 100644
--- a/official-2013/optimized-text/Makefile
+++ b/official-2013/optimized-text/Makefile
@@ -45,6 +45,7 @@ clean:
%.ico: %.png Makefile
$(call PNG2ICO,$<,$@)
+.INTERMEDIATE: favicon.raw.png
favicon.raw.png: logo.svg Makefile
$(call SVG2PNG,$<,$@,16)