]> CRI, Mines Paris - PSL - Faustine.git/blobdiff - examples/erosion/Makefile
Replace Sys.time by Unix.time in main.ml.
[Faustine.git] / examples / erosion / Makefile
index 420030f57d7dd3b78bcdf8eadc9fdda1dedcd692..d70affebae7df9cf367fe57fc1b7f2e2a4dda652 100644 (file)
@@ -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