]> CRI, Mines Paris - PSL - Faustine.git/blobdiff - examples/sinwave/Makefile
Merge branch 'master' of https://scm.cri.ensmp.fr/git/Faustine
[Faustine.git] / examples / sinwave / Makefile
index c6d2ec9694432f5fd0e284ab546d14d1fc5d0181..cdd957cfe86723af9d34d0af27244ee0945cee7f 100644 (file)
@@ -7,7 +7,7 @@ WAVOUT = $(BASENAME)1.$(FORMAT)
 all: $(WAVOUT)
 
 $(WAVOUT): $(SRC)
-       faustine -d $< --obasename $(BASENAME) --oformat $(FORMAT)
+       faustine -f $< > sin.wav
 
 clean::
-       rm -f gmon.out $(BASENAME)*
+       rm -f gmon.out $(BASENAME)* *.wav *~