mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-14 19:31:24 +00:00
Also remove versioned .so files on make clean.
Originally committed as revision 5719 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2f30a81d19
commit
b8635ec6ef
@ -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…
Reference in New Issue
Block a user