mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Makefile: remove config_components.asm on distclean
Forgotten in c607aae2b9.
Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
This commit is contained in:
parent
32cefd3789
commit
fc3893f5e7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -184,7 +184,7 @@ clean::
|
||||||
$(RM) -rf coverage.info coverage.info.in lcov
|
$(RM) -rf coverage.info coverage.info.in lcov
|
||||||
|
|
||||||
distclean:: clean
|
distclean:: clean
|
||||||
$(RM) .version config.asm config.h config_components.h mapfile \
|
$(RM) .version config.asm config.h config_components.* mapfile \
|
||||||
ffbuild/.config ffbuild/config.* libavutil/avconfig.h \
|
ffbuild/.config ffbuild/config.* libavutil/avconfig.h \
|
||||||
version.h libavutil/ffversion.h libavcodec/codec_names.h \
|
version.h libavutil/ffversion.h libavcodec/codec_names.h \
|
||||||
libavcodec/bsf_list.c libavformat/protocol_list.c \
|
libavcodec/bsf_list.c libavformat/protocol_list.c \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue