]> CRI, Mines Paris - PSL - Faustine.git/blobdiff - examples/fft/Makefile
Bug fixed for unix error "readlink /proc/self/fd/0" on MacOS.
[Faustine.git] / examples / fft / Makefile
index 6d415583f1c0ebf74c6365f35dee275b1705fba3..67d69cc57627518a8b9f3c697ac975f20d42c0e8 100644 (file)
@@ -16,10 +16,10 @@ $(IMGOUT): $(CSVOUT)
        octave -qf img_write.m
 
 $(CSVOUT): $(SRC) $(WAVIN)
-       faustine -f $(SRC) -i $(WAVIN) --oformat $(FORMAT) --obasename $(BASENAME)
+       faustine -f $(SRC) -i $(WAVIN) > $@
 
 $(WAVIN): $(SINS)
-       faustine -f $(SINSUM) -l $(WAV_LENGTH) --oformat $(WAV_FORMAT) --obasename $(WAV_BASENAME)
+       faustine -f $(SINSUM) -l $(WAV_LENGTH) > $@
 
 clean::
        rm -f gmon.out $(CSVOUT) $(IMGOUT) $(WAVIN) *~