]> CRI, Mines Paris - PSL - Faustine.git/blobdiff - examples/2d_fft/Makefile
Bug fixed for unix error "readlink /proc/self/fd/0" on MacOS.
[Faustine.git] / examples / 2d_fft / Makefile
index 553124fd8081720faaa32bd27a63bbdea39a5ee4..028583dd701e3e3b7908fcbebc1a994bdf9e3b98 100644 (file)
@@ -14,7 +14,7 @@ $(IMGOUT): $(CSVOUT)
        octave -qf img_write.m
 
 $(CSVOUT): $(SRC) $(CSVIN)
-       faustine -f $(SRC) -i $(CSVIN) -l $(LINES) --oformat $(FORMAT) --obasename $(BASENAME)
+       faustine -f $(SRC) -i $(CSVIN) -l $(LINES) > $@
 
 $(CSVIN): $(IMGIN)
        octave -qf img_read.m