1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

Allow "make clean" to clean files in tools

Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 40321376d8)
This commit is contained in:
Stefano Sabatini
2011-02-12 08:50:46 +00:00
committed by Michael Niedermayer
parent 32fea0f962
commit b8a613de98

View File

@@ -169,6 +169,7 @@ clean:: testclean
$(RM) $(CLEANSUFFIXES)
$(RM) doc/*.html doc/*.pod doc/*.1
$(RM) $(TOOLS)
$(RM) $(CLEANSUFFIXES:%=tools/%)
distclean::
$(RM) $(DISTCLEANSUFFIXES)