atk-introspection-msvc.mak: Clean up a bit
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 14 Apr 2016 11:08:37 +0000 (19:08 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 14 Apr 2016 11:08:37 +0000 (19:08 +0800)
We don't need to delete the .pyc files upon cleaning, so remove this line.

build/win32/atk-introspection-msvc.mak

index 8bc734f..6bac289 100644 (file)
@@ -31,4 +31,3 @@ all:
 clean:
        @-del /f/q Atk-$(APIVERSION).typelib
        @-del /f/q Atk-$(APIVERSION).gir
-       @-del /f/q *.pyc