diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-02-24 17:59:13 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-02-24 17:59:13 +0100 |
commit | 0613aa78a76fa94ba947e039fad713fb575079c2 (patch) | |
tree | fb98300af8c8b1c684d3f8cc396a8e12a8182006 | |
parent | 772881cf9f62bfc9c4a89974b914688cce172a0c (diff) |
Makefile: Remove unnecessary target.
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -9,7 +9,4 @@ guide.wav: $(addsuffix guide.wav,$(SUBDIRS)) | all $(SUBDIRS) : $(MAKE) -C $@ -%/guide.wav: - $(MAKE) -C $* guide - .PHONY : all $(SUBDIRS) |