diff options
author | entrpntr <entrpntr@gmail.com> | 2020-04-05 04:42:52 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-04-05 04:45:00 -0400 |
commit | f8518cf485c0c5e62980d21a2b80bab6f68ed732 (patch) | |
tree | 593e9090369b783de8566015ad35fd420abb74ca /Makefile | |
parent | 07434c8f8662e2500ffb346da75b11f9929aa036 (diff) |
Add gfx helper code for mail; add PNGs to repo.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -99,7 +99,7 @@ pokesilver.gbc: $(silver_obj) pokesilver.link tools/sort_symfile.sh pokesilver.sym pngs: - find gfx/pokemon gfx/trainers -iname "*.lz" -exec $(gfx) unlz {} + - find gfx/pokemon gfx/trainers -iname "*.[12]bpp" -exec $(gfx) png {} + - find gfx/pokemon gfx/trainers -iname "*.[12]bpp" -exec touch {} + - find gfx/pokemon gfx/trainers -iname "*.lz" -exec touch {} + + find gfx/pokemon gfx/trainers gfx/mail -iname "*.lz" -exec $(gfx) unlz {} + + find gfx/pokemon gfx/trainers gfx/mail -iname "*.[12]bpp" -exec $(gfx) png {} + + find gfx/pokemon gfx/trainers gfx/mail -iname "*.[12]bpp" -exec touch {} + + find gfx/pokemon gfx/trainers gfx/mail -iname "*.lz" -exec touch {} + |