From f076f14b9806a517297efe649c4ae9cf4ae2025a Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 4 Apr 2013 22:42:14 -0400 Subject: [PATCH] double-colon rules for .png overrides --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6f91979dc..ce6258cc8 100644 --- a/Makefile +++ b/Makefile @@ -58,8 +58,8 @@ front.png: tiles.png cd extras && python gfx.py png-to-lz --front $@ $(OBJECT_DIRECTORY)/tiles.2bpp tiles.png: cd extras && python gfx.py png-to-2bpp $@ -.png: ${VERTGFX} +.png:: ${VERTGFX} cd extras && python gfx.py png-to-lz --vert $@ -.png: ${HORIZGFX} +.png:: ${HORIZGFX} cd extras && python gfx.py png-to-lz $@