You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
double-colon rules for .png overrides
This commit is contained in:
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 $@
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user