summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2018-09-23 23:52:04 -0500
committerDiegoisawesome <diego@domoreaweso.me>2018-09-23 23:52:04 -0500
commit7ceabffc842dfdf127fd594055f895a0803f54f6 (patch)
tree0b886381a3c21dd090b964a5a4081380797b457d
parentef95a132885280dc15848ef6bc6081e0cce35c7e (diff)
Clean .s files in midi folder
-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: