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
/
erosion
/
Makefile
diff --git
a/examples/erosion/Makefile
b/examples/erosion/Makefile
index
420030f
..
6e7d90c
100644
(file)
--- a/
examples/erosion/Makefile
+++ b/
examples/erosion/Makefile
@@
-14,7
+14,7
@@
$(IMGOUT): $(CSVOUT)
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