X-Git-Url: https://svn.cri.mines-paristech.fr/git/Faustine.git/blobdiff_plain/912dbfbf1eb4809f28e4e3a8bdfe76c47e018259..f3caf3d551b4ba1cd98d55678f0fd8085522669f:/examples/licenceplate/Makefile?ds=inline

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