summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-08-21 13:54:35 -0400
committeryenatch <yenatch@gmail.com>2013-08-21 13:54:35 -0400
commit802c3149c008edf72f71b85ea374a4b3e96f16ff (patch)
treed2538e1c0c5222a56261d4d1f3d4f4308b14b2ff /Makefile
parent4b0889b3962fa48d0ddf07de5880151cbe735065 (diff)
parentd2d5c09b1d4ff8d601343ac9fa6931319945b704 (diff)
Merge commit 'd2d5c09'
Conflicts: main.asm wram.asm Git couldn't figure out what this commit did, so it was redone to merge.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f44b4eb89..06de33b56 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ pngs:
lzs: $(LZ_GFX) $(TWOBPP_GFX)
@:
-gfx/pics/%/front.lz: gfx/pics/%/front.png gfx/pics/%/tiles.2bpp
+gfx/pics/%/front.lz: gfx/pics/%/tiles.2bpp gfx/pics/%/front.png
python extras/gfx.py png-to-lz --front $^
gfx/pics/%/tiles.2bpp: gfx/pics/%/tiles.png
python extras/gfx.py png-to-2bpp $<