summaryrefslogtreecommitdiff
path: root/02-song2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '02-song2/Makefile')
-rw-r--r--02-song2/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/02-song2/Makefile b/02-song2/Makefile
index a48ddb0..322c023 100644
--- a/02-song2/Makefile
+++ b/02-song2/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 = 02-song2
+include ../targets.mk