sovereignx/songs.mk
2018-09-22 20:28:32 -05:00

7 lines
169 B
Makefile

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