projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
fd271fe247a1898753685516b3b06814324e4b7b
[Faustine.git]
/
interpretor
/
preprocessor
/
faust-0.9.47mr3
/
examples
/
Makefile.svgcompile
1
src := $(wildcard *.dsp)
2
target := $(src:.dsp=.dsp-svg)
3
4
all : $(target)
5
6
7
%.dsp-svg : %.dsp
8
faust -svg $< > /dev/null
9
10
11
clean :
12
rm -rf $(target)