distclean fix

Originally committed as revision 103 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard 2001-08-15 13:16:05 +00:00
parent 58f26ba916
commit c72c6d2d12

View File

@ -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: