+test:
+ @cd $(SINWAVE_DIR) && $(MAKE)
+ @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'"
+
+install :
+ mkdir -p $(prefix)/lib/faustine/
+ mkdir -p $(prefix)/bin/
+ install interpretor/faustine $(prefix)/bin/
+ install -m 0644 $(arch) $(prefix)/lib/faustine/