summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-10-06 00:46:31 -0400
committerGitHub <noreply@github.com>2020-10-06 00:46:31 -0400
commitba18f4011abd40e530500867b35716ce3d6dc6aa (patch)
tree43522e31673336ad73c72ba0a0beb2375bb86fb3
parenta33d4874d91a0b78fab6c74d6d2df931f4d568b2 (diff)
parent8f7e212967827d5ae2cedb8e711ee1e233b25439 (diff)
Merge pull request #1225 from ExpoSeed/make-clean-rl
Add *.rl to make clean
-rw-r--r--Makefile2
-rw-r--r--graphics/picture_frame/frame5_map.bin.rl.bakbin1296 -> 0 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ca282d07e..b21ac0fa4 100644
--- a/Makefile
+++ b/Makefile
@@ -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
deleted file mode 100644
index c009f0a95..000000000
--- a/graphics/picture_frame/frame5_map.bin.rl.bak
+++ /dev/null
Binary files differ