OSDN Git Service

Allow "make clean" to clean files in tools
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 12 Feb 2011 08:50:46 +0000 (08:50 +0000)
committerMans Rullgard <mans@mansr.com>
Sat, 12 Feb 2011 12:58:10 +0000 (12:58 +0000)
Signed-off-by: Mans Rullgard <mans@mansr.com>
Makefile

index fbf4c76..99d264a 100644 (file)
--- 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)