X-Git-Url: https://svn.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/1059e1cc0c2ecfa237406949aa26155b6a5b9154..HEAD:/examples/licenceplate/Makefile

diff --git a/examples/licenceplate/Makefile b/examples/licenceplate/Makefile
index 4ec0b44..aa146f3 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) > $@
 
 $(CSVIN): $(IMGIN)
 	octave -qf img_read.m
 
 clean::
-	rm -f gmon.out $(IMGOUT) $(BASENAME)* *csv
+	rm -f gmon.out $(IMGOUT) $(BASENAME)*