From 0613aa78a76fa94ba947e039fad713fb575079c2 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 24 Feb 2017 17:59:13 +0100 Subject: Makefile: Remove unnecessary target. --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3