summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-27 11:27:34 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-08-13 20:41:35 -0600
commitffbe4a69f5c8275e3d49f044aae868ca2b10b9b3 (patch)
treeaf9b3148f32287e010a9a06eea69beee40374e07
parentd40301c62622fb5cc637c013b7cb226f24dc1120 (diff)
official-2013/optimized-text/Makefile: fix intermediate target bug
-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)