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