summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKermalis <29823718+Kermalis@users.noreply.github.com>2018-09-24 00:57:34 -0400
committerKermalis <29823718+Kermalis@users.noreply.github.com>2018-09-24 00:57:34 -0400
commitd318b1f1f1b2af90db5cd5bb7ae0f48621baa02e (patch)
tree181e25605e021c9d7527da0894ca2fcc592cde33
parent357b159b8635124bde08f5ad18f6438bcd6aa46e (diff)
parent7ceabffc842dfdf127fd594055f895a0803f54f6 (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a088f8541..910e90328 100644
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@ compare: $(ROM)
clean: tidy
rm -f sound/direct_sound_samples/*.bin
- rm -f $(SONG_OBJS) $(MID_OBJS)
+ rm -f $(SONG_OBJS) $(MID_OBJS) $(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 {} +
tidy: