]> CRI, Mines Paris - PSL - Faustine.git/blobdiff - examples/sinwave/Makefile
Bugs fixed for stdin and stdout.
[Faustine.git] / examples / sinwave / Makefile
index 064b7c8bf9446347806f18cffcf7937963230cbe..cdd957cfe86723af9d34d0af27244ee0945cee7f 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 *~