diff options
author | yenatch <yenatch@gmail.com> | 2013-09-11 01:25:39 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-09-11 01:25:39 -0400 |
commit | 84ba0ffc31ec34fb4a626c4e33732ea8bc22ae38 (patch) | |
tree | 461d24b2bff55a044345960789e99b3819d15581 | |
parent | c195276073a9ae9b8ed5acc4de54600820992593 (diff) |
rename lzs make target to gfx
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ pngs: $(PYTHON) extras/pokemontools/gfx.py mass-decompress $(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 |