diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-27 11:27:34 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-27 11:27:34 -0400 |
commit | 30970fc49494cd570169e4366bd7e76f6de4c3c2 (patch) | |
tree | 5d309770b413a1f0d403ab35681fa6279b9f4a3b | |
parent | 3c999f715ca70cea9de8e7fbc6d90cfc6d995e7e (diff) |
official-2013/optimized-text/Makefile: fix intermediate target bug
-rw-r--r-- | official-2013/optimized-text/Makefile | 1 |
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) |