projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add octave scripts for examples into track list.
[Faustine.git]
/
examples
/
Makefile
1
SOURCES
= $(
wildcard
*/*
.dsp
)
2
3
all
: $(
SOURCES
)
4