summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-04-20 21:27:44 -0400
committerentrpntr <entrpntr@gmail.com>2020-04-20 21:36:29 -0400
commitb87cc706430f281d6af24daa942890574449a803 (patch)
tree6d292a71a1c5d302b57c3e85cf40a5f52dfddfcd /Makefile
parent2883bfb9b1d3db35d9f1cb61ee0d9c015df4de30 (diff)
Miscellaneous cleanup before continuing.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d9132f99..a96d33de 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ tidy:
clean:
rm -f $(roms) $(gold_obj) $(silver_obj) $(roms:.gbc=.map) $(roms:.gbc=.sym)
- find gfx -iname "*.png" -delete
+ find gfx \( -iname "*.png" -not -iname "big_onix.png" \) -delete
$(MAKE) clean -C tools/
compare: $(roms)
@@ -108,3 +108,4 @@ pngs:
find gfx -iname "*.[12]bpp" -exec touch {} +
find gfx -iname "*.lz" -exec touch {} +
find gfx/pokemon gfx/trainers -iname "*.[1,2]bpp" -delete
+ rm gfx/battle/dude.2bpp gfx/player/chris_back.2bpp