diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2001-08-15 13:16:05 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2001-08-15 13:16:05 +0000 |
commit | c72c6d2d12c00090304c4532c82ae2371041a31c (patch) | |
tree | 0f358ae3144896ec60a6a9b709daa5ec4de83a26 | |
parent | 58f26ba9162f492387c2f5b34856df74644a82f8 (diff) | |
download | ffmpeg-c72c6d2d12c00090304c4532c82ae2371041a31c.tar.gz |
distclean fix
Originally committed as revision 103 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |