summaryrefslogtreecommitdiff
path: root/03-circus
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 /03-circus
parent5fa11e1cbad9996822bd26ed7113e0cfc32b88f6 (diff)
Fun with makefiles.
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