summaryrefslogtreecommitdiff
path: root/03-circus
diff options
context:
space:
mode:
Diffstat (limited to '03-circus')
-rw-r--r--03-circus/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/03-circus/Makefile b/03-circus/Makefile
new file mode 100644
index 0000000..902f70c
--- /dev/null
+++ b/03-circus/Makefile
@@ -0,0 +1,10 @@
+SOUNDFONT = $(HOME)/FluidR3GM.sf2
+
+%.midi: %.ly
+ lilypond $<
+
+%.wav: %.midi
+ fluidsynth -F $@ -R no -i -a alsa $(SOUNDFONT) $<
+
+%.ogg: %.wav
+ oggenc $<