You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Update lzcomp to the latest version and fix Makefiles accordingly
This commit is contained in:
2
Makefile
2
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.
|
||||
|
Reference in New Issue
Block a user