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/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