all: $(MAKE) -C src/ vocoder clean: rm -f *~ rm -f output.wav $(MAKE) -C src/ clean test: rm -f output.wav src/vocoder -f data/formant.wav -c data/carrier.wav