summaryrefslogtreecommitdiff
path: root/03-circus/Makefile
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2015-11-15 21:31:49 +0100
committerrekado <rekado@elephly.net>2015-11-15 21:31:49 +0100
commited720e52d644d34383b58b58237140987dec37aa (patch)
tree2a8f00161a02c8cf9d5d8b9728c0758bf19daa6f /03-circus/Makefile
parentc2b5fe8995f4ad6be328ecdba5a1c30f7f9fb8e0 (diff)
Prevent fluidsynth from doing fancy LASH stuff.
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 $<