Commit e7e7d56a authored by James Almer's avatar James Almer

Makefile: fix distclean target

It must imply clean. Regression since e0087a56.
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent de6a1e32
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment