diff options
| author | entrpntr <entrpntr@gmail.com> | 2020-06-14 16:36:38 -0400 |
|---|---|---|
| committer | entrpntr <entrpntr@gmail.com> | 2020-06-14 16:36:38 -0400 |
| commit | 7e87fed84ad81f6de2b4e5d1dbdb34a3c537a970 (patch) | |
| tree | c6ecf97576831be6dd8bdcebc3227eea411172c0 /Makefile | |
| parent | 485d9d99df60ace87da805068c15fe59d5f47b13 (diff) | |
Add .lz.bin files for the current non-matching graphics files.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -56,7 +56,7 @@ silver: pokesilver.gbc clean: rm -f $(roms) $(gold_obj) $(silver_obj) $(roms:.gbc=.map) $(roms:.gbc=.sym) rgbdscheck.o - find gfx \( -name "*.[12]bpp" -o -name "*.lz" ! -path "gfx/pokemon/alakazam/back_silver.2bpp.lz" \) -delete + find gfx \( -name "*.[12]bpp" -o -name "*.lz" \) -delete $(MAKE) clean -C tools/ tidy: @@ -210,7 +210,6 @@ gfx/pokemon/%/back_gold.2bpp: gfx/pokemon/%/back.png $(if $(tools/gfx),\ tools/gfx $(tools/gfx) -o $@ $@) -# TODO: alakazam/back_silver.2bpp should be an exception, made by decompressing its lz gfx/pokemon/%/back_silver.2bpp: gfx/pokemon/%/back.png $(RGBGFX) $(rgbgfx) -o $@ $< $(if $(tools/gfx),\ |
