From ffbe4a69f5c8275e3d49f044aae868ca2b10b9b3 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3