X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/456ab1eb0f387a99d0bfdc5bb3c42c20d645b331..HEAD:/Makefile diff --git a/Makefile b/Makefile index 748378e..e1b6ac3 100644 --- a/Makefile +++ b/Makefile @@ -36,15 +36,15 @@ mrproper: clean @($(MAKE) -C $(EXAMPLES_DIR) clean) test: + @$(MAKE) -C $(SINWAVE_DIR) clean @$(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'" -example: +examples:: @($(MAKE) -C $(EXAMPLES_DIR)) install :