diff options
Diffstat (limited to 'songs.mk')
-rw-r--r-- | songs.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1119,5 +1119,8 @@ $(MID_SUBDIR)/se_tb_kara.s: %.s: %.mid $(MID_SUBDIR)/se_tb_kon.s: %.s: %.mid $(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P5 +$(MID_SUBDIR)/se_tb_start.s: %.s: %.mid + $(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P5 + $(MID_SUBDIR)/se_z_search.s: %.s: %.mid $(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5 |