summaryrefslogtreecommitdiff
path: root/03-circus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '03-circus/Makefile')
-rw-r--r--03-circus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/03-circus/Makefile b/03-circus/Makefile
index 548429b..a48ddb0 100644
--- a/03-circus/Makefile
+++ b/03-circus/Makefile
@@ -4,7 +4,7 @@ SOUNDFONT = $(HOME)/FluidR3GM.sf2
lilypond $<
%.wav: %.midi
- fluidsynth -F $@ -R no -i -a alsa $(SOUNDFONT) $<
+ fluidsynth -F $@ -l -R no -i -n -a alsa $(SOUNDFONT) $<
%.ogg: %.wav
oggenc $<