SOURCES = \
main.cxx \
MIDIReader.cxx \
MIDISong.cxx \
MIDISongPlayer.cxx \
MIDITempo.cxx

all:
	g++ -g $(SOURCES)
