Stdin, stdout and stderr updated, tested.
[Faustine.git] / examples / fft / Makefile
index 6d41558..67d69cc 100644 (file)
@@ -16,10 +16,10 @@ $(IMGOUT): $(CSVOUT)
        octave -qf img_write.m
 
 $(CSVOUT): $(SRC) $(WAVIN)
-       faustine -f $(SRC) -i $(WAVIN) --oformat $(FORMAT) --obasename $(BASENAME)
+       faustine -f $(SRC) -i $(WAVIN) > $@
 
 $(WAVIN): $(SINS)
-       faustine -f $(SINSUM) -l $(WAV_LENGTH) --oformat $(WAV_FORMAT) --obasename $(WAV_BASENAME)
+       faustine -f $(SINSUM) -l $(WAV_LENGTH) > $@
 
 clean::
        rm -f gmon.out $(CSVOUT) $(IMGOUT) $(WAVIN) *~