EXAMPLE = primitives
SRC = $(EXAMPLE).dsp
SAMPLES = 30

all: clean $(EXAMPLE)

$(EXAMPLE): $(SRC)
	faustine -d $(SRC) -t $(SAMPLES) --oformat csv

clean::
	rm -f gmon.out output*