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
commit1bff140995bfc5fa9ab1c50b7aecff183a353127 (patch)
tree2c0c74f27af39a204d62fbda33efdae3573bdb73
parent227b38bc4c731b8272e5d973dc369d4a7617db55 (diff)
official-2013/optimized-text/Makefile: fix intermediate target bug
-rw-r--r--optimized-text/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/optimized-text/Makefile b/optimized-text/Makefile
index 946a9ab..20ac152 100644
--- a/optimized-text/Makefile
+++ b/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)