X-Git-Url: https://svn.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/829259826b29edc284ec43810bb505a832091dda..c55d1f23d06e85b0e21cdf5cbc5c8efb6ac3bc1a:/examples/licenceplate/Makefile?ds=inline

diff --git a/examples/licenceplate/Makefile b/examples/licenceplate/Makefile
index 4ec0b44..a30591b 100644
--- a/examples/licenceplate/Makefile
+++ b/examples/licenceplate/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)*