X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/f7b856ac80c68e3ca48cf0c176ecdb0ffbf01c41..84ed86493294699dc378a6df6f323e7cd9d26721:/examples/dilation/Makefile diff --git a/examples/dilation/Makefile b/examples/dilation/Makefile index 1958879..3d2c6dd 100644 --- a/examples/dilation/Makefile +++ b/examples/dilation/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