compile:
	g++ -o convert convert.cpp wave.cpp RIFFFile.cpp
clean:
	rm -rf convert
