Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-02-12 11:50:46 +0300
committerMans Rullgard <mans@mansr.com>2011-02-12 15:58:10 +0300
commit40321376d8aea3347bec9c4d09925e8c5b8edb55 (patch)
treeaab78fa6a2d2a8ab853d4904cfcf65d9dab0ab44 /Makefile
parentcd6a5a57b820c5fe008ea0f91a727861b7b2a331 (diff)
Allow "make clean" to clean files in tools
Signed-off-by: Mans Rullgard <mans@mansr.com>
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)