You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Remove duplicate *.lib from rm command.
Originally committed as revision 7084 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -45,7 +45,7 @@ depend dep: $(SRCS)
|
||||
|
||||
clean::
|
||||
rm -f *.o *.d *~ *.a *.lib *.so *.so.* *.dylib *.dll \
|
||||
*.lib *.def *.dll.a *.exp
|
||||
*.def *.dll.a *.exp
|
||||
|
||||
distclean: clean
|
||||
rm -f .depend
|
||||
|
Reference in New Issue
Block a user