summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-04-05 04:42:52 -0400
committerentrpntr <entrpntr@gmail.com>2020-04-05 04:45:00 -0400
commitf8518cf485c0c5e62980d21a2b80bab6f68ed732 (patch)
tree593e9090369b783de8566015ad35fd420abb74ca /Makefile
parent07434c8f8662e2500ffb346da75b11f9929aa036 (diff)
Add gfx helper code for mail; add PNGs to repo.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 721d6f69..f67934ed 100644
--- a/Makefile
+++ b/Makefile
@@ -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 {} +