projects
/
Faustine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Bug fixed for unix error "readlink /proc/self/fd/0" on MacOS.
[Faustine.git]
/
examples
/
fft
/
Makefile
diff --git
a/examples/fft/Makefile
b/examples/fft/Makefile
index
6d41558
..
67d69cc
100644
(file)
--- a/
examples/fft/Makefile
+++ b/
examples/fft/Makefile
@@
-16,10
+16,10
@@
$(IMGOUT): $(CSVOUT)
octave -qf img_write.m
$(CSVOUT): $(SRC) $(WAVIN)
octave -qf img_write.m
$(CSVOUT): $(SRC) $(WAVIN)
- faustine -f $(SRC) -i $(WAVIN)
--oformat $(FORMAT) --obasename $(BASENAME)
+ faustine -f $(SRC) -i $(WAVIN)
> $@
$(WAVIN): $(SINS)
$(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) *~
clean::
rm -f gmon.out $(CSVOUT) $(IMGOUT) $(WAVIN) *~