Update configure and Makefiles for the corrected name "interpreter".
[Faustine.git] / examples / sinwave / Makefile
1 SRC = sin.dsp
2
3 BASENAME = output
4 FORMAT = wav
5 WAVOUT = $(BASENAME)1.$(FORMAT)
6
7 all: $(WAVOUT)
8
9 $(WAVOUT): $(SRC)
10 faustine -d $< --obasename $(BASENAME) --oformat $(FORMAT)
11
12 clean::
13 rm -f gmon.out $(BASENAME)*