summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 $< $@