projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
80d4dbd491c29ccd52ce165351c2b0198ed8f2f1
[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
*