You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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:
committed by
Michael Niedermayer
parent
32fea0f962
commit
b8a613de98
1
Makefile
1
Makefile
@@ -169,6 +169,7 @@ clean:: testclean
|
|||||||
$(RM) $(CLEANSUFFIXES)
|
$(RM) $(CLEANSUFFIXES)
|
||||||
$(RM) doc/*.html doc/*.pod doc/*.1
|
$(RM) doc/*.html doc/*.pod doc/*.1
|
||||||
$(RM) $(TOOLS)
|
$(RM) $(TOOLS)
|
||||||
|
$(RM) $(CLEANSUFFIXES:%=tools/%)
|
||||||
|
|
||||||
distclean::
|
distclean::
|
||||||
$(RM) $(DISTCLEANSUFFIXES)
|
$(RM) $(DISTCLEANSUFFIXES)
|
||||||
|
Reference in New Issue
Block a user