X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/8d0f7daae8a3ec7cda6d4a74c4c819d5ece97a8b..f3caf3d551b4ba1cd98d55678f0fd8085522669f:/examples/close/Makefile

diff --git a/examples/close/Makefile b/examples/close/Makefile
index 22c4885..ca62757 100644
--- a/examples/close/Makefile
+++ b/examples/close/Makefile
@@ -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