Stdin, stdout and stderr updated, tested.
[Faustine.git] / examples / 2d_fft / Makefile
index 553124f..028583d 100644 (file)
@@ -14,7 +14,7 @@ $(IMGOUT): $(CSVOUT)
        octave -qf img_write.m
 
 $(CSVOUT): $(SRC) $(CSVIN)
-       faustine -f $(SRC) -i $(CSVIN) -l $(LINES) --oformat $(FORMAT) --obasename $(BASENAME)
+       faustine -f $(SRC) -i $(CSVIN) -l $(LINES) > $@
 
 $(CSVIN): $(IMGIN)
        octave -qf img_read.m