X-Git-Url: https://svn.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/f7b856ac80c68e3ca48cf0c176ecdb0ffbf01c41..e3449439410ee92986e5ef95fc933813dfa6c67b:/examples/erosion/Makefile

diff --git a/examples/erosion/Makefile b/examples/erosion/Makefile
index 420030f..d70affe 100644
--- a/examples/erosion/Makefile
+++ b/examples/erosion/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) --oformat $(FORMAT) --obasename $(BASENAME)
 
 $(CSVIN): $(IMGIN)
 	octave -qf img_read.m