mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
double-colon rules for .png overrides
This commit is contained in:
parent
b6c874d4d4
commit
f076f14b98
4
Makefile
4
Makefile
@ -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 $@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user