projects
/
Faustine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Stdin, stdout and stderr updated, tested.
[Faustine.git]
/
examples
/
primitives
/
Makefile
diff --git
a/examples/primitives/Makefile
b/examples/primitives/Makefile
index
7494e85
..
a119d26
100644
(file)
--- a/
examples/primitives/Makefile
+++ b/
examples/primitives/Makefile
@@
-3,11
+3,12
@@
SRC = $(EXAMPLE).dsp
SAMPLES = 30
FILEOUT = primitives.csv
SAMPLES = 30
FILEOUT = primitives.csv
+ERR_LOG = err_log.txt
all: $(FILEOUT)
$(FILEOUT): $(SRC)
all: $(FILEOUT)
$(FILEOUT): $(SRC)
- faustine -f $(SRC) -l $(SAMPLES) 1> $@ 2>
toto.txt
+ faustine -f $(SRC) -l $(SAMPLES) 1> $@ 2>
$(ERR_LOG)
clean::
clean::
- rm -f gmon.out $(FILEOUT)
+ rm -f gmon.out $(FILEOUT)
$(ERR_LOG)