More build customization options
[pykit.git] / Makefile
index 4a6c3b0..e25d314 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,8 +8,8 @@ Makefile.qmake:
 FORCE: ;
 
 clean:
-       @[ ! -f Makefile.qmake ] || $(MAKE) -f Makefile.qmake clean
-       rm -rf pykit Makefile.qmake pykit.app
+       @-$(MAKE) -f Makefile.qmake distclean
+       rm -rf debug release
 
 Makefile: ;