distclean fix

Originally committed as revision 103 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Fabrice Bellard 24 years ago
parent 58f26ba916
commit c72c6d2d12
  1. 1
      Makefile

@ -36,6 +36,7 @@ clean:
rm -f *.o *~ gmon.out TAGS $(PROG)
distclean: clean
$(MAKE) -C libavcodec distclean
rm -f config.mak config.h
TAGS:

Loading…
Cancel
Save