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