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
/
close
/
Makefile
diff --git
a/examples/close/Makefile
b/examples/close/Makefile
index
c2b437c
..
ca62757
100644
(file)
--- a/
examples/close/Makefile
+++ b/
examples/close/Makefile
@@
-14,10
+14,10
@@
$(IMGOUT): $(CSVOUT)
octave -qf img_write.m
$(CSVOUT): $(SRC) $(CSVIN)
octave -qf img_write.m
$(CSVOUT): $(SRC) $(CSVIN)
- faustine -
d $(SRC) -i $(CSVIN) -t $(LINES) --oformat $(FORMAT) --obasename $(BASENAME)
+ faustine -
f $(SRC) -i $(CSVIN) -l $(LINES) > $@
$(CSVIN): $(IMGIN)
octave -qf img_read.m
clean::
$(CSVIN): $(IMGIN)
octave -qf img_read.m
clean::
- rm -f gmon.out $(IMGOUT) $(BASENAME)*
*csv
+ rm -f gmon.out $(IMGOUT) $(BASENAME)*