mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
rename lzs make target to gfx
This commit is contained in:
parent
c195276073
commit
84ba0ffc31
2
Makefile
2
Makefile
@ -42,7 +42,7 @@ pngs:
|
|||||||
$(PYTHON) extras/pokemontools/gfx.py mass-decompress
|
$(PYTHON) extras/pokemontools/gfx.py mass-decompress
|
||||||
$(PYTHON) extras/pokemontools/gfx.py dump-pngs
|
$(PYTHON) extras/pokemontools/gfx.py dump-pngs
|
||||||
|
|
||||||
lzs: $(LZS) $(_2BPPS) $(_1BPPS)
|
gfx: $(LZS) $(_2BPPS) $(_1BPPS)
|
||||||
@:
|
@:
|
||||||
|
|
||||||
gfx/pics/%/front.lz: gfx/pics/%/tiles.2bpp gfx/pics/%/front.png
|
gfx/pics/%/front.lz: gfx/pics/%/tiles.2bpp gfx/pics/%/front.png
|
||||||
|
Loading…
Reference in New Issue
Block a user