Commit 5c2a01f0 authored by James Almer's avatar James Almer

Makefile: fix distclean target

It must imply clean. Regression since 7ebe7e8e.
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent b72ac6db
......@@ -171,7 +171,7 @@ clean::
$(RM) $(addprefix compat/,$(CLEANSUFFIXES)) $(addprefix compat/*/,$(CLEANSUFFIXES))
$(RM) -rf coverage.info lcov
distclean::
distclean: clean
$(RM) .version avversion.h config.asm config.h mapfile \
avbuild/.config avbuild/config.* libavutil/avconfig.h \
libavcodec/bsf_list.c libavformat/protocol_list.c
......
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