diff options
author | yenatch <yenatch@gmail.com> | 2013-04-04 22:42:14 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-04-04 22:50:02 -0400 |
commit | f076f14b9806a517297efe649c4ae9cf4ae2025a (patch) | |
tree | 850d0e284e1fc687c3b35f722529dc07386f4a8d | |
parent | b6c874d4d41913e4ac9b88fd7244fb3de0da9945 (diff) |
double-colon rules for .png overrides
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $@ |