sovereignx/songs.mk

14 lines
320 B
Makefile
Raw Normal View History

2018-09-23 01:56:17 +01: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 22:12:36 +01:00
$(MID) $< $@ -G076 -R$(STD_REVERB)
2018-09-23 22:12:59 +01:00
2018-09-24 03:10:30 +01:00
$(MID_SUBDIR)/mus_aqa_0.s: %.s: %.mid
$(MID) $< $@ -G065 -R$(STD_REVERB)
2018-09-23 22:12:59 +01:00
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
$(MID) $< $@ -G017 -R$(STD_REVERB)