X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/50baab1849bddf73ee88b54f52b28060de1ce289..02c1ef905d2101df872ccccccb2e4c7c0a508571:/examples/sinwave/Makefile?ds=sidebyside diff --git a/examples/sinwave/Makefile b/examples/sinwave/Makefile index cdd957c..7c08a75 100644 --- a/examples/sinwave/Makefile +++ b/examples/sinwave/Makefile @@ -1,8 +1,8 @@ SRC = sin.dsp -BASENAME = output +BASENAME = $(SRC:.dsp=) FORMAT = wav -WAVOUT = $(BASENAME)1.$(FORMAT) +WAVOUT = $(BASENAME).$(FORMAT) all: $(WAVOUT) @@ -10,4 +10,4 @@ $(WAVOUT): $(SRC) faustine -f $< > sin.wav clean:: - rm -f gmon.out $(BASENAME)* *.wav *~ + rm -f gmon.out $(WAVOUT) *~