Bugs fixed for stdin and stdout.
[Faustine.git] / examples / sinwave / Makefile
index 064b7c8..cdd957c 100644 (file)
@@ -7,7 +7,7 @@ WAVOUT = $(BASENAME)1.$(FORMAT)
 all: $(WAVOUT)
 
 $(WAVOUT): $(SRC)
-       faustine -f $< --obasename $(BASENAME) --oformat $(FORMAT)
+       faustine -f $< > sin.wav
 
 clean::
-       rm -f gmon.out $(BASENAME)*
+       rm -f gmon.out $(BASENAME)* *.wav *~