diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-27 11:27:34 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-08-13 20:41:35 -0600 |
commit | ffbe4a69f5c8275e3d49f044aae868ca2b10b9b3 (patch) | |
tree | af9b3148f32287e010a9a06eea69beee40374e07 | |
parent | d40301c62622fb5cc637c013b7cb226f24dc1120 (diff) |
official-2013/optimized-text/Makefile: fix intermediate target bug
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ clean: %.ico: %.png Makefile $(call PNG2ICO,$<,$@) +.INTERMEDIATE: favicon.raw.png favicon.raw.png: logo.svg Makefile $(call SVG2PNG,$<,$@,16) |