X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/ec8925988e8568612fc56bca93623afdb71b6116..e3449439410ee92986e5ef95fc933813dfa6c67b:/examples/2d_fft/Makefile?ds=sidebyside

diff --git a/examples/2d_fft/Makefile b/examples/2d_fft/Makefile
index 1ab7a84..553124f 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) --oformat $(FORMAT) --obasename $(BASENAME)
 
 $(CSVIN): $(IMGIN)
 	octave -qf img_read.m
 
 clean::
-	rm -f gmon.out $(IMGOUT) $(BASENAME)* *csv
+	rm -f gmon.out $(IMGOUT) $(BASENAME)*