]> CRI, Mines Paris - PSL - Faustine.git/blobdiff - examples/open/Makefile
Bug fixed for unix error "readlink /proc/self/fd/0" on MacOS.
[Faustine.git] / examples / open / Makefile
index 54199bad05d7ed92412d07d0b9a2e810a0335852..90896604fd8f1ca407afbcb256ab72fcb429a0fc 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) > $@
 
 $(CSVIN): $(IMGIN)
        octave -qf img_read.m