diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-10-06 00:46:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-06 00:46:31 -0400 |
commit | ba18f4011abd40e530500867b35716ce3d6dc6aa (patch) | |
tree | 43522e31673336ad73c72ba0a0beb2375bb86fb3 | |
parent | a33d4874d91a0b78fab6c74d6d2df931f4d568b2 (diff) | |
parent | 8f7e212967827d5ae2cedb8e711ee1e233b25439 (diff) |
Merge pull request #1225 from ExpoSeed/make-clean-rl
Add *.rl to make clean
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | graphics/picture_frame/frame5_map.bin.rl.bak | bin | 1296 -> 0 bytes |
2 files changed, 1 insertions, 1 deletions
@@ -178,7 +178,7 @@ mostlyclean: tidy rm -f $(SAMPLE_SUBDIR)/*.bin rm -f $(CRY_SUBDIR)/*.bin rm -f $(MID_SUBDIR)/*.s - find . \( -iname '*.1bpp' -o -iname '*.4bpp' -o -iname '*.8bpp' -o -iname '*.gbapal' -o -iname '*.lz' -o -iname '*.latfont' -o -iname '*.hwjpnfont' -o -iname '*.fwjpnfont' \) -exec rm {} + + find . \( -iname '*.1bpp' -o -iname '*.4bpp' -o -iname '*.8bpp' -o -iname '*.gbapal' -o -iname '*.lz' -o -iname '*.rl' -o -iname '*.latfont' -o -iname '*.hwjpnfont' -o -iname '*.fwjpnfont' \) -exec rm {} + rm -f $(DATA_ASM_SUBDIR)/layouts/layouts.inc $(DATA_ASM_SUBDIR)/layouts/layouts_table.inc rm -f $(DATA_ASM_SUBDIR)/maps/connections.inc $(DATA_ASM_SUBDIR)/maps/events.inc $(DATA_ASM_SUBDIR)/maps/groups.inc $(DATA_ASM_SUBDIR)/maps/headers.inc find $(DATA_ASM_SUBDIR)/maps \( -iname 'connections.inc' -o -iname 'events.inc' -o -iname 'header.inc' \) -exec rm {} + diff --git a/graphics/picture_frame/frame5_map.bin.rl.bak b/graphics/picture_frame/frame5_map.bin.rl.bak Binary files differdeleted file mode 100644 index c009f0a95..000000000 --- a/graphics/picture_frame/frame5_map.bin.rl.bak +++ /dev/null |