summaryrefslogtreecommitdiff
path: root/04-white-noise
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2015-11-15 22:22:55 +0100
committerrekado <rekado@elephly.net>2015-11-15 22:22:55 +0100
commit2b247bc848555062572275a1ec9cb0a21595e5d4 (patch)
tree927057bf6697a382b3b039fb1b0fecb612351fc2 /04-white-noise
parent5fa11e1cbad9996822bd26ed7113e0cfc32b88f6 (diff)
Fun with makefiles.
Diffstat (limited to '04-white-noise')
-rw-r--r--04-white-noise/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/04-white-noise/Makefile b/04-white-noise/Makefile
index a48ddb0..499bc02 100644
--- a/04-white-noise/Makefile
+++ b/04-white-noise/Makefile
@@ -1,10 +1,2 @@
-SOUNDFONT = $(HOME)/FluidR3GM.sf2
-
-%.midi: %.ly parts/*.ly
- lilypond $<
-
-%.wav: %.midi
- fluidsynth -F $@ -l -R no -i -n -a alsa $(SOUNDFONT) $<
-
-%.ogg: %.wav
- oggenc $<
+NAME = 04-white-noise
+include ../targets.mk