Module: ffmpeg Branch: master Commit: 40321376d8aea3347bec9c4d09925e8c5b8edb55
Author: Stefano Sabatini <[email protected]> Date: Sat Feb 12 08:50:46 2011 +0000 Allow "make clean" to clean files in tools Signed-off-by: Mans Rullgard <[email protected]> --- Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index fbf4c76..99d264a 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) _______________________________________________ ffmpeg-commits mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-commits
