cdd957cfe86723af9d34d0af27244ee0945cee7f
[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 -f $< > sin.wav
11
12 clean::
13 rm -f gmon.out $(BASENAME)* *.wav *~