summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-04-12 18:42:23 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-04-12 18:42:23 +0000
commit2fefb2201d200d1f6ced32077ff3ae675755c712 (patch)
tree91ea12af14c436b9f3fc712b34282cee837d4de1 /libavformat/Makefile
parente5d64d6892e75814c3d61224b1a5512303144102 (diff)
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/Makefile2
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)
#