X-Git-Url: https://scm.cri.minesparis.psl.eu/git/Faustine.git/blobdiff_plain/912dbfbf1eb4809f28e4e3a8bdfe76c47e018259..refs/heads/master:/Makefile

diff --git a/Makefile b/Makefile
index 5f8cbba..e1b6ac3 100644
--- a/Makefile
+++ b/Makefile
@@ -36,13 +36,13 @@ 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'"
 
 examples::
 	@($(MAKE) -C $(EXAMPLES_DIR))