X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/1059e1cc0c2ecfa237406949aa26155b6a5b9154..84ed86493294699dc378a6df6f323e7cd9d26721:/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*