pokeemerald/songs.mk

8 lines
169 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
$(MID) $< $@ -G 076 -R $(STD_REVERB)