X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/8d0f7daae8a3ec7cda6d4a74c4c819d5ece97a8b..f3caf3d551b4ba1cd98d55678f0fd8085522669f:/examples/fft/Makefile diff --git a/examples/fft/Makefile b/examples/fft/Makefile index 6d41558..67d69cc 100644 --- a/examples/fft/Makefile +++ b/examples/fft/Makefile @@ -16,10 +16,10 @@ $(IMGOUT): $(CSVOUT) octave -qf img_write.m $(CSVOUT): $(SRC) $(WAVIN) - faustine -f $(SRC) -i $(WAVIN) --oformat $(FORMAT) --obasename $(BASENAME) + faustine -f $(SRC) -i $(WAVIN) > $@ $(WAVIN): $(SINS) - faustine -f $(SINSUM) -l $(WAV_LENGTH) --oformat $(WAV_FORMAT) --obasename $(WAV_BASENAME) + faustine -f $(SINSUM) -l $(WAV_LENGTH) > $@ clean:: rm -f gmon.out $(CSVOUT) $(IMGOUT) $(WAVIN) *~