[FFmpeg-devel] [PATCH] Allow "make clean" to clean files in tools.
Stefano Sabatini
stefano.sabatini-lala
Sat Feb 12 09:50:46 CET 2011
---
Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index dbf188f..f215451 100644
--- a/Makefile
+++ b/Makefile
@@ -169,6 +169,7 @@ clean:: testclean
$(RM) $(CLEANSUFFIXES)
$(RM) doc/*.html doc/*.pod doc/*.1
$(RM) $(TOOLS)
+ $(RM) $(addprefix tools/, $(CLEANSUFFIXES))
distclean::
$(RM) $(DISTCLEANSUFFIXES)
--
1.7.2.3
More information about the ffmpeg-devel
mailing list