X-Git-Url: https://svn.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/829259826b29edc284ec43810bb505a832091dda..912dbfbf1eb4809f28e4e3a8bdfe76c47e018259:/examples/primitives/Makefile

diff --git a/examples/primitives/Makefile b/examples/primitives/Makefile
index b392c2b..fb73fc3 100644
--- a/examples/primitives/Makefile
+++ b/examples/primitives/Makefile
@@ -9,7 +9,7 @@ CSVOUT = $(BASENAME)1.$(FORMAT)
 all: $(CSVOUT)
 
 $(CSVOUT): $(SRC)
-	faustine -d $(SRC) -t $(SAMPLES) --oformat $(FORMAT) --obasename $(BASENAME)
+	faustine -f $(SRC) -l $(SAMPLES) --oformat $(FORMAT) --obasename $(BASENAME)
 
 clean::
 	rm -f gmon.out output*