diff options
| author | Diegoisawesome <diego@domoreaweso.me> | 2018-09-23 23:52:04 -0500 |
|---|---|---|
| committer | Diegoisawesome <diego@domoreaweso.me> | 2018-09-23 23:52:04 -0500 |
| commit | 7ceabffc842dfdf127fd594055f895a0803f54f6 (patch) | |
| tree | 0b886381a3c21dd090b964a5a4081380797b457d /Makefile | |
| parent | ef95a132885280dc15848ef6bc6081e0cce35c7e (diff) | |
Clean .s files in midi folder
Diffstat (limited to 'Makefile')
| -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: |
