This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Allow "make clean" to clean files in tools
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit
40321376d8
)
tags/n0.8
Stefano Sabatini
Michael Niedermayer
14 years ago
parent
32fea0f962
commit
b8a613de98
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Makefile
+ 1
- 0
Makefile
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)
Write
Preview
Loading…
Cancel
Save