pokeemerald/songs.mk

14 lines
320 B
Makefile
Raw Normal View History

2018-09-23 02:56:17 +02:00
STD_REVERB = 50
$(MID_BUILDDIR)/%.o: $(MID_SUBDIR)/%.s
$(AS) $(ASFLAGS) -I sound -o $@ $<
$(MID_SUBDIR)/mus_ajito.s: %.s: %.mid
2018-09-23 23:12:36 +02:00
$(MID) $< $@ -G076 -R$(STD_REVERB)
2018-09-23 23:12:59 +02:00
2018-09-24 04:10:30 +02:00
$(MID_SUBDIR)/mus_aqa_0.s: %.s: %.mid
$(MID) $< $@ -G065 -R$(STD_REVERB)
2018-09-23 23:12:59 +02:00
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
$(MID) $< $@ -G017 -R$(STD_REVERB)