Minor git and build fixes
[pykit.git] / Makefile
index e25d314..18b004d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ FORCE: ;
 
 clean:
        @-$(MAKE) -f Makefile.qmake distclean
-       rm -rf debug release
+       rm -rf debug release object_script.*
 
 Makefile: ;