sovereignx/songs.mk

8 lines
167 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)