X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/e3449439410ee92986e5ef95fc933813dfa6c67b..4745d0cba82b458d491320c72e564b23899a5310:/examples/primitives/Makefile diff --git a/examples/primitives/Makefile b/examples/primitives/Makefile index 7494e85..a119d26 100644 --- a/examples/primitives/Makefile +++ b/examples/primitives/Makefile @@ -3,11 +3,12 @@ SRC = $(EXAMPLE).dsp SAMPLES = 30 FILEOUT = primitives.csv +ERR_LOG = err_log.txt all: $(FILEOUT) $(FILEOUT): $(SRC) - faustine -f $(SRC) -l $(SAMPLES) 1> $@ 2> toto.txt + faustine -f $(SRC) -l $(SAMPLES) 1> $@ 2> $(ERR_LOG) clean:: - rm -f gmon.out $(FILEOUT) + rm -f gmon.out $(FILEOUT) $(ERR_LOG)