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))