X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/f7b856ac80c68e3ca48cf0c176ecdb0ffbf01c41..4745d0cba82b458d491320c72e564b23899a5310:/examples/2d_fft/Makefile

diff --git a/examples/2d_fft/Makefile b/examples/2d_fft/Makefile
index 1c58826..028583d 100644
--- a/examples/2d_fft/Makefile
+++ b/examples/2d_fft/Makefile
@@ -14,7 +14,7 @@ $(IMGOUT): $(CSVOUT)
 	octave -qf img_write.m
 
 $(CSVOUT): $(SRC) $(CSVIN)
-	faustine -d $(SRC) -i $(CSVIN) -t $(LINES) --oformat $(FORMAT) --obasename $(BASENAME)
+	faustine -f $(SRC) -i $(CSVIN) -l $(LINES) > $@
 
 $(CSVIN): $(IMGIN)
 	octave -qf img_read.m