summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2016-03-01 23:39:01 -0500
committeryenatch <yenatch@gmail.com>2016-03-01 23:39:01 -0500
commit13f5590abe6374807ac2127698c5a09bcdad65fa (patch)
tree17f822cfc8acec5d03698c41c5494753a7d8bed4
parent370f84227b1db16d6a3d0e40d4b0eff975e5d388 (diff)
Trim some whitespace in the makefile.
-rw-r--r--Makefile5
1 files changed, 1 insertions, 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: ;
-