EXAMPLE = primitives SRC = $(EXAMPLE).dsp SAMPLES = 30 FILEOUT = primitives.csv all: $(FILEOUT) $(FILEOUT): $(SRC) faustine -f $(SRC) -l $(SAMPLES) 1> $@ 2> toto.txt clean:: rm -f gmon.out $(FILEOUT)