diff options
author | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2019-03-24 17:00:10 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-03-24 16:37:27 -0500 |
commit | 0a581cf1c6775ba53e642023f2c2cd80df23a9a9 (patch) | |
tree | 22326a1a482adf6063e5c4c674538cc781199eef /songs.mk | |
parent | a2cb1991c5ff7d31b539048b2e0d621464eee140 (diff) |
Match se_w016b.mid
Diffstat (limited to 'songs.mk')
-rw-r--r-- | songs.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1221,5 +1221,8 @@ $(MID_SUBDIR)/se_w015.s: %.s: %.mid $(MID_SUBDIR)/se_w016.s: %.s: %.mid $(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4 +$(MID_SUBDIR)/se_w016b.s: %.s: %.mid + $(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4 + $(MID_SUBDIR)/se_z_search.s: %.s: %.mid $(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5 |