Replace Sys.time by Unix.time in main.ml.
[Faustine.git] / examples / sinwave / Makefile
index c6d2ec9..064b7c8 100644 (file)
@@ -7,7 +7,7 @@ WAVOUT = $(BASENAME)1.$(FORMAT)
 all: $(WAVOUT)
 
 $(WAVOUT): $(SRC)
-       faustine -d $< --obasename $(BASENAME) --oformat $(FORMAT)
+       faustine -f $< --obasename $(BASENAME) --oformat $(FORMAT)
 
 clean::
        rm -f gmon.out $(BASENAME)*