projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
7494e85232b2b187107cd0482d7ef817b6332151
[Faustine.git]
/
examples
/
primitives
/
Makefile
1
EXAMPLE
=
primitives
2
SRC
= $(
EXAMPLE
)
.dsp
3
SAMPLES
=
30
4
5
FILEOUT
=
primitives.csv
6
7
all
: $(
FILEOUT
)
8
9
$(
FILEOUT
): $(
SRC
)
10
faustine
-
f
$(
SRC
) -
l
$(
SAMPLES
)
1
> $
@
2
>
toto.txt
11
12
clean
::
13
rm
-
f gmon.out
$(
FILEOUT
)