From 13f5590abe6374807ac2127698c5a09bcdad65fa Mon Sep 17 00:00:00 2001 From: yenatch Date: Tue, 1 Mar 2016 23:39:01 -0500 Subject: [PATCH] Trim some whitespace in the makefile. --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 4d4450e1a..c81c101ca 100644 --- a/Makefile +++ b/Makefile @@ -60,16 +60,13 @@ pokecrystal.gbc: $(crystal_obj) rgblink -n $*.sym -m $*.map -o $@ $^ rgbfix -Cjv -i BYTE -k 01 -l 0x33 -m 0x10 -p 0 -r 3 -t PM_CRYSTAL $@ - %.png: ; %.2bpp: %.png ; $(gfx) 2bpp $< %.1bpp: %.png ; $(gfx) 1bpp $< -%.lz: % ; $(gfx) lz $< - +%.lz: % ; $(gfx) lz $< %.pal: %.2bpp ; gfx/pics/%/normal.pal gfx/pics/%/bitmask.asm gfx/pics/%/frames.asm: gfx/pics/%/front.2bpp ; %.bin: ; %.blk: ; %.tilemap: ; -