Set up Makefile for MIDIs

This commit is contained in:
Diegoisawesome
2018-09-22 19:56:17 -05:00
parent 584cad6c0b
commit a63f3ce872
7 changed files with 33 additions and 1575 deletions
+7
View File
@@ -0,0 +1,7 @@
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)