mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-17 04:17:05 +00:00
Remove duplicate *.lib from rm command.
Originally committed as revision 7084 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c5173a3b09
commit
009618ea0d
@ -45,7 +45,7 @@ depend dep: $(SRCS)
|
|||||||
|
|
||||||
clean::
|
clean::
|
||||||
rm -f *.o *.d *~ *.a *.lib *.so *.so.* *.dylib *.dll \
|
rm -f *.o *.d *~ *.a *.lib *.so *.so.* *.dylib *.dll \
|
||||||
*.lib *.def *.dll.a *.exp
|
*.def *.dll.a *.exp
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f .depend
|
rm -f .depend
|
||||||
|
Loading…
Reference in New Issue
Block a user