diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-04-12 18:42:23 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-04-12 18:42:23 +0000 |
commit | 2fefb2201d200d1f6ced32077ff3ae675755c712 (patch) | |
tree | 91ea12af14c436b9f3fc712b34282cee837d4de1 /libavformat/Makefile | |
parent | e5d64d6892e75814c3d61224b1a5512303144102 (diff) | |
download | ffmpeg-2fefb2201d200d1f6ced32077ff3ae675755c712.tar.gz |
distclean by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 3006 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 23aecba137..b986afa240 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -126,7 +126,7 @@ install-headers: %.o: %.cpp g++ $(subst -Wall,,$(CFLAGS)) -c -o $@ $< -clean: +distclean clean: rm -f *.o *.d .depend *~ *.a $(LIB) # |