-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -132,8 +132,10 @@ mrproper : clean-configs find lib -name "lib*.*"|xargs rm -f find plugins -name "lib*.*"|xargs rm -f find . -name "*.pro"|xargs touch rm stamp-headers + make -C qmake clean + rm qmake/qmake include $(TOPDIR)/Rules.make # to speed up (avoid include/generation of packaging rules) |