Makefile: fix distclean target
It must imply clean. Regression since e0087a5624117a1d643e2cb433ecc4d536756dda. 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…
x
Reference in New Issue
Block a user