diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-02-23 22:51:34 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-02-23 22:51:34 +0100 |
commit | 772881cf9f62bfc9c4a89974b914688cce172a0c (patch) | |
tree | f84725aa6b7761f6cde2325753e9a5a9afbefc20 | |
parent | b23c2de93d48783dbf65fea6694e220a1f61aa1a (diff) |
guide.wav depends on having built all songs
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) : |