projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Adding 3 example Makefiles to track list.
[Faustine.git]
/
examples
/
sinwave
/
Makefile
1
all
:
clean
sin
2
3
sin
:
sin.dsp
4
faustine
-
d
$<
5
6
clean
::
7
rm
-
f gmon.out output
*