X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/1059e1cc0c2ecfa237406949aa26155b6a5b9154..c55d1f23d06e85b0e21cdf5cbc5c8efb6ac3bc1a:/examples/primitives/Makefile?ds=sidebyside 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*