summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-04-28 00:37:42 -0400
committeryenatch <yenatch@gmail.com>2017-04-28 00:37:42 -0400
commitcaa94f841228eb5982aabd9e069f8bd540e54a69 (patch)
tree52c7b2f2706959206ca148622647dbeebdce18a5
parentf09a233ebab1662aa56ee9524e1ecff79f5e7dd6 (diff)
Fix the lzcomp rule.
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 188e1c22c..ea5e15bc7 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $< $@