Commit b8635ec6 authored by Diego Biurrun's avatar Diego Biurrun

Also remove versioned .so files on make clean.

Originally committed as revision 5719 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2f30a81d
......@@ -42,7 +42,7 @@ depend: $(SRCS)
dep: depend
clean::
rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll \
rm -f *.o *.d *~ *.a *.lib *.so *.so.* *.dylib *.dll \
*.lib *.def *.dll.a *.exp
distclean: clean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment