mirror of https://github.com/pret/pokeemerald.git
14 lines
320 B
Makefile
14 lines
320 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)
|
|
|
|
$(MID_SUBDIR)/mus_aqa_0.s: %.s: %.mid
|
|
$(MID) $< $@ -G065 -R$(STD_REVERB)
|
|
|
|
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
|
$(MID) $< $@ -G017 -R$(STD_REVERB)
|