summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-02-23 22:51:34 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-02-23 22:51:34 +0100
commit772881cf9f62bfc9c4a89974b914688cce172a0c (patch)
treef84725aa6b7761f6cde2325753e9a5a9afbefc20
parentb23c2de93d48783dbf65fea6694e220a1f61aa1a (diff)
guide.wav depends on having built all songs
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 869a78c..e3e76a0 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ SUBDIRS := $(wildcard 0*/)
all : $(SUBDIRS)
guide: guide.wav
-guide.wav: $(addsuffix guide.wav,$(SUBDIRS))
+guide.wav: $(addsuffix guide.wav,$(SUBDIRS)) | all
sox --combine concatenate $(sort $^) $@
$(SUBDIRS) :