Browse Source

Also remove versioned .so files on make clean.

Originally committed as revision 5719 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 19 years ago
parent
commit
b8635ec6ef
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common.mak

+ 1
- 1
common.mak View File

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


Loading…
Cancel
Save