projects
/
Faustine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Replace Sys.time by Unix.time in main.ml.
[Faustine.git]
/
examples
/
sinwave
/
Makefile
diff --git
a/examples/sinwave/Makefile
b/examples/sinwave/Makefile
index
c6d2ec9
..
064b7c8
100644
(file)
--- a/
examples/sinwave/Makefile
+++ b/
examples/sinwave/Makefile
@@
-7,7
+7,7
@@
WAVOUT = $(BASENAME)1.$(FORMAT)
all: $(WAVOUT)
$(WAVOUT): $(SRC)
- faustine -
d
$< --obasename $(BASENAME) --oformat $(FORMAT)
+ faustine -
f
$< --obasename $(BASENAME) --oformat $(FORMAT)
clean::
rm -f gmon.out $(BASENAME)*