summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoraaaaaa123456789 <aaaaaa123456789@acidch.at>2018-08-04 23:43:59 -0300
committeraaaaaa123456789 <aaaaaa123456789@acidch.at>2018-08-04 23:43:59 -0300
commit5a55d629e1bd187a723d877e44f55e0e2f6430f3 (patch)
treeaf9a22a11a803e5e1da00ae538f59923513c202c /Makefile
parent98e670f3637b5f845a91423ee2d624d2f1e331a6 (diff)
Update lzcomp to the latest version and fix Makefiles accordingly
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 14235ff3b..3dbd997de 100644
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,7 @@ pokecrystal11.gbc: $(crystal11_obj) pokecrystal.link
$(eval filename := $@.$(hash))
$(if $(wildcard $(filename)),\
cp $(filename) $@,\
- tools/lzcomp $< $@)
+ tools/lzcomp -- $< $@)
### Terrible hacks to match animations. Delete these rules if you don't care about matching.