X-Git-Url: https://svn.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/dbded051d69cc5ba556884eb285feba032e09d29..e3449439410ee92986e5ef95fc933813dfa6c67b:/examples/primitives/Makefile

diff --git a/examples/primitives/Makefile b/examples/primitives/Makefile
index 80d4dbd..7494e85 100644
--- a/examples/primitives/Makefile
+++ b/examples/primitives/Makefile
@@ -2,10 +2,12 @@ EXAMPLE = primitives
 SRC = $(EXAMPLE).dsp
 SAMPLES = 30
 
-all: clean $(EXAMPLE)
+FILEOUT = primitives.csv
 
-$(EXAMPLE): $(SRC)
-	faustine -d $(SRC) -t $(SAMPLES) --oformat csv
+all: $(FILEOUT)
+
+$(FILEOUT): $(SRC)
+	faustine -f $(SRC) -l $(SAMPLES) 1> $@ 2> toto.txt
 
 clean::
-	rm -f gmon.out output*
+	rm -f gmon.out $(FILEOUT)