all:
	g++ -g -o smbPitchShift callSmbPitchShift.cpp smbPitchShift.cpp libMiniAiff.a
	@echo DONE

clean:
	rm ./smbPitchShift
