]> CRI, Mines Paris - PSL - Faustine.git/blobdiff - examples/2d_fft/Makefile
Replace Sys.time by Unix.time in main.ml.
[Faustine.git] / examples / 2d_fft / Makefile
index 1c58826e1620277f6ac15a7682aefe5b54a4488e..553124fd8081720faaa32bd27a63bbdea39a5ee4 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