Commit 009618ea authored by Diego Biurrun's avatar Diego Biurrun

Remove duplicate *.lib from rm command.

Originally committed as revision 7084 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c5173a3b
......@@ -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
......
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