X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/e9823a113b28e33924bc23b08e1a34a80ffec8ee..50baab1849bddf73ee88b54f52b28060de1ce289:/Makefile diff --git a/Makefile b/Makefile index 5f8cbba..582ead6 100644 --- a/Makefile +++ b/Makefile @@ -37,12 +37,11 @@ mrproper: clean test: @$(MAKE) -C $(SINWAVE_DIR) - @ls -l $(SINWAVE_DIR)/output1.wav @echo " You might want to check the output file with either:" - @echo "audacity $(SINWAVE_DIR)/output1.wav" - @echo "open $(SINWAVE_DIR)/output1.wav" - @echo "octave -q --eval 'plot(wavread(\"$(SINWAVE_DIR)/output1.wav\")); pause'" + @echo "audacity $(SINWAVE_DIR)/sin.wav" + @echo "open $(SINWAVE_DIR)/sin.wav" + @echo "octave -q --eval 'plot(wavread(\"$(SINWAVE_DIR)/sin.wav\")); pause'" examples:: @($(MAKE) -C $(EXAMPLES_DIR))