X-Git-Url: https://svn.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/dbded051d69cc5ba556884eb285feba032e09d29..f3caf3d551b4ba1cd98d55678f0fd8085522669f:/examples/2d_fft/Makefile

diff --git a/examples/2d_fft/Makefile b/examples/2d_fft/Makefile
index 1ab7a84..028583d 100644
--- a/examples/2d_fft/Makefile
+++ b/examples/2d_fft/Makefile
@@ -14,10 +14,10 @@ $(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
 
 clean::
-	rm -f gmon.out $(IMGOUT) $(BASENAME)* *csv
+	rm -f gmon.out $(IMGOUT) $(BASENAME)*