SOURCES = \
main.cxx \
../MIDIReader.cxx \
../MIDIWriter.cxx \
../MIDISong.cxx 

all:
	g++ -g $(SOURCES)
