mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Makefile: fix distclean target
It must imply clean. Regression since e0087a5624
.
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
de6a1e32fd
commit
e7e7d56a85
2
Makefile
2
Makefile
@ -138,7 +138,7 @@ clean::
|
||||
$(RM) -r coverage-html
|
||||
$(RM) -rf coverage.info coverage.info.in lcov
|
||||
|
||||
distclean::
|
||||
distclean:: clean
|
||||
$(RM) .version avversion.h config.asm config.h mapfile \
|
||||
ffbuild/.config ffbuild/config.* libavutil/avconfig.h \
|
||||
version.h libavutil/ffversion.h libavcodec/codec_names.h \
|
||||
|
Loading…
Reference in New Issue
Block a user