diff options
| author | aaaaaa123456789 <aaaaaa123456789@acidch.at> | 2018-08-04 23:43:59 -0300 |
|---|---|---|
| committer | aaaaaa123456789 <aaaaaa123456789@acidch.at> | 2018-08-04 23:43:59 -0300 |
| commit | 5a55d629e1bd187a723d877e44f55e0e2f6430f3 (patch) | |
| tree | af9a22a11a803e5e1da00ae538f59923513c202c /Makefile | |
| parent | 98e670f3637b5f845a91423ee2d624d2f1e331a6 (diff) | |
Update lzcomp to the latest version and fix Makefiles accordingly
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
