Bug fixed for unix error "readlink /proc/self/fd/0" on MacOS.
[Faustine.git] / Makefile
index 5f8cbba..e1b6ac3 100644 (file)
--- 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))