mirror of https://github.com/pret/pokeemerald.git
8 lines
169 B
Makefile
8 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)
|