summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-04-04 22:42:14 -0400
committeryenatch <yenatch@gmail.com>2013-04-04 22:50:02 -0400
commitf076f14b9806a517297efe649c4ae9cf4ae2025a (patch)
tree850d0e284e1fc687c3b35f722529dc07386f4a8d
parentb6c874d4d41913e4ac9b88fd7244fb3de0da9945 (diff)
double-colon rules for .png overrides
-rw-r--r--Makefile4
1 files 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 $@