summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-02-12 08:50:46 +0000
committerMichael Niedermayer <michaelni@gmx.at>2011-02-13 00:54:05 +0100
commitb8a613de98e57ef921c9d9c45e02fd9e157f1ea6 (patch)
tree4937c91c81dc4580a30cbc9a34e3e8a48a76e338 /Makefile
parent32fea0f96257725ed2ac06a82837de427d8a947e (diff)
Allow "make clean" to clean files in tools
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 40321376d8aea3347bec9c4d09925e8c5b8edb55)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fbf4c76e09..99d264a446 100644
--- a/Makefile
+++ b/Makefile
@@ -169,6 +169,7 @@ clean:: testclean
$(RM) $(CLEANSUFFIXES)
$(RM) doc/*.html doc/*.pod doc/*.1
$(RM) $(TOOLS)
+ $(RM) $(CLEANSUFFIXES:%=tools/%)
distclean::
$(RM) $(DISTCLEANSUFFIXES)