diff options
| author | yenatch <yenatch@gmail.com> | 2017-04-28 00:37:42 -0400 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2017-04-28 00:37:42 -0400 |
| commit | caa94f841228eb5982aabd9e069f8bd540e54a69 (patch) | |
| tree | 52c7b2f2706959206ca148622647dbeebdce18a5 | |
| parent | f09a233ebab1662aa56ee9524e1ecff79f5e7dd6 (diff) | |
Fix the lzcomp rule.
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -64,13 +64,12 @@ pokecrystal.gbc: $(crystal_obj) %.bin: ; %.blk: ; -%.png: ; %.2bpp: %.png rgbgfx -o $@ $< %.1bpp: %.png rgbgfx -d1 -o $@ $< %.lz: % - tools/lzcomp $@ $< + tools/lzcomp $< $@ %.dimensions: %.png tools/png_dimensions $< $@ |
