Merge branch 'master' of https://scm.cri.ensmp.fr/git/Faustine
[Faustine.git] / interpretor / preprocessor / faust-0.9.47mr3 / examples / faust-stk / 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)