mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 23:23:43 +01:00
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)
|