X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/adf24ec25c76cc5eaa5aa319eaa2df1405312f9e..912dbfbf1eb4809f28e4e3a8bdfe76c47e018259:/examples/close/Makefile diff --git a/examples/close/Makefile b/examples/close/Makefile index 3e51a51..22c4885 100644 --- a/examples/close/Makefile +++ b/examples/close/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