summaryrefslogtreecommitdiff
path: root/03-circus/Makefile
blob: 548429b39d8af9d4210145b033cc7648965b766d (about) (plain)
1
2
3
4
5
6
7
8
9
10
SOUNDFONT = $(HOME)/FluidR3GM.sf2

%.midi: %.ly parts/*.ly
	lilypond $<

%.wav: %.midi
	fluidsynth -F $@ -R no -i -a alsa $(SOUNDFONT) $<

%.ogg: %.wav
	oggenc $<