sovereignx/songs.mk
2018-09-23 17:12:36 -04:00

7 lines
167 B
Makefile

STD_REVERB = 50
$(MID_BUILDDIR)/%.o: $(MID_SUBDIR)/%.s
$(AS) $(ASFLAGS) -I sound -o $@ $<
$(MID_SUBDIR)/mus_ajito.s: %.s: %.mid
$(MID) $< $@ -G076 -R$(STD_REVERB)