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

View File

@@ -7,3 +7,4 @@ make -C tools/rsfont CXX=${1:-g++}
make -C tools/aif2pcm CXX=${1:-g++}
make -C tools/ramscrgen CXX=${1:-g++}
make -C tools/gbafix CXX=${1:-g++}
make -C tools/mid2agb CXX=${1:-g++}