summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-02-24 17:59:13 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-02-24 17:59:13 +0100
commit0613aa78a76fa94ba947e039fad713fb575079c2 (patch)
treefb98300af8c8b1c684d3f8cc396a8e12a8182006
parent772881cf9f62bfc9c4a89974b914688cce172a0c (diff)
Makefile: Remove unnecessary target.
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e3e76a0..46cf293 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,4 @@ guide.wav: $(addsuffix guide.wav,$(SUBDIRS)) | all
$(SUBDIRS) :
$(MAKE) -C $@
-%/guide.wav:
- $(MAKE) -C $* guide
-
.PHONY : all $(SUBDIRS)