X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/1059e1cc0c2ecfa237406949aa26155b6a5b9154..c55d1f23d06e85b0e21cdf5cbc5c8efb6ac3bc1a:/examples/sinwave/Makefile

diff --git a/examples/sinwave/Makefile b/examples/sinwave/Makefile
index c6d2ec9..064b7c8 100644
--- a/examples/sinwave/Makefile
+++ b/examples/sinwave/Makefile
@@ -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)*