]> git.sesse.net Git - ffmpeg/blobdiff - common.mak
10e6l FastUVMC was done right but in the wrong place
[ffmpeg] / common.mak
index cecb48897df8cc58fe380305f6fe1638009c777f..d4a8dca416f173ecff82d6cb61d07de4fa4a2761 100644 (file)
@@ -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
@@ -95,9 +95,6 @@ uninstall-headers:
 
 .PHONY: all depend dep clean distclean install* uninstall*
 
-#
-# include dependency files if they exist
-#
 ifneq ($(wildcard .depend),)
 include .depend
 endif