double-colon rules for .png overrides

This commit is contained in:
yenatch 2013-04-04 22:42:14 -04:00
parent b6c874d4d4
commit f076f14b98

View File

@ -58,8 +58,8 @@ front.png: tiles.png
cd extras && python gfx.py png-to-lz --front $@ $(OBJECT_DIRECTORY)/tiles.2bpp cd extras && python gfx.py png-to-lz --front $@ $(OBJECT_DIRECTORY)/tiles.2bpp
tiles.png: tiles.png:
cd extras && python gfx.py png-to-2bpp $@ cd extras && python gfx.py png-to-2bpp $@
.png: ${VERTGFX} .png:: ${VERTGFX}
cd extras && python gfx.py png-to-lz --vert $@ cd extras && python gfx.py png-to-lz --vert $@
.png: ${HORIZGFX} .png:: ${HORIZGFX}
cd extras && python gfx.py png-to-lz $@ cd extras && python gfx.py png-to-lz $@