Bugs fixed for stdin and stdout.
[Faustine.git] / examples / primitives / Makefile
1 EXAMPLE = primitives
2 SRC = $(EXAMPLE).dsp
3 SAMPLES = 30
4
5 FILEOUT = primitives.csv
6
7 all: $(FILEOUT)
8
9 $(FILEOUT): $(SRC)
10 faustine -f $(SRC) -l $(SAMPLES) 1> $@ 2> toto.txt
11
12 clean::
13 rm -f gmon.out $(FILEOUT)