projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Cleaning the examples' Makefiles and octaves scripts.
[Faustine.git]
/
examples
/
primitives
/
Makefile
1
EXAMPLE
=
primitives
2
SRC
= $(
EXAMPLE
)
.dsp
3
SAMPLES
=
30
4
5
all
:
clean
$(
EXAMPLE
)
6
7
$(
EXAMPLE
): $(
SRC
)
8
faustine
-
d
$(
SRC
) -
t
$(
SAMPLES
) --
oformat csv
9
10
clean
::
11
rm
-
f gmon.out output
*