diff options
author | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2018-09-24 00:57:34 -0400 |
---|---|---|
committer | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2018-09-24 00:57:34 -0400 |
commit | d318b1f1f1b2af90db5cd5bb7ae0f48621baa02e (patch) | |
tree | 181e25605e021c9d7527da0894ca2fcc592cde33 | |
parent | 357b159b8635124bde08f5ad18f6438bcd6aa46e (diff) | |
parent | 7ceabffc842dfdf127fd594055f895a0803f54f6 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |