mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Fix the lzcomp rule.
This commit is contained in:
parent
f09a233eba
commit
caa94f8412
3
Makefile
3
Makefile
@ -64,13 +64,12 @@ pokecrystal.gbc: $(crystal_obj)
|
|||||||
%.bin: ;
|
%.bin: ;
|
||||||
%.blk: ;
|
%.blk: ;
|
||||||
|
|
||||||
%.png: ;
|
|
||||||
%.2bpp: %.png
|
%.2bpp: %.png
|
||||||
rgbgfx -o $@ $<
|
rgbgfx -o $@ $<
|
||||||
%.1bpp: %.png
|
%.1bpp: %.png
|
||||||
rgbgfx -d1 -o $@ $<
|
rgbgfx -d1 -o $@ $<
|
||||||
%.lz: %
|
%.lz: %
|
||||||
tools/lzcomp $@ $<
|
tools/lzcomp $< $@
|
||||||
|
|
||||||
%.dimensions: %.png
|
%.dimensions: %.png
|
||||||
tools/png_dimensions $< $@
|
tools/png_dimensions $< $@
|
||||||
|
Loading…
Reference in New Issue
Block a user