typo fix
[pykit.git] / Makefile
index e25d314..f7b97d3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,12 +4,12 @@ Makefile.qmake:
        qmake -o Makefile.qmake pykit.pro $(QMAKEOPTS)
 
 %: Makefile.qmake FORCE
-       @$(MAKE) -f Makefile.qmake $@
+       @$(MAKE) --no-print-directory -f Makefile.qmake $@
 FORCE: ;
 
 clean:
        @-$(MAKE) -f Makefile.qmake distclean
-       rm -rf debug release
+       rm -rf debug release object_script.*
 
 Makefile: ;