From 30970fc49494cd570169e4366bd7e76f6de4c3c2 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 27 Apr 2013 11:27:34 -0400 Subject: official-2013/optimized-text/Makefile: fix intermediate target bug --- official-2013/optimized-text/Makefile | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3