summaryrefslogtreecommitdiff
path: root/Makefile
Unidiff
Diffstat (limited to 'Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3a6c18d..a6768a7 100644
--- a/Makefile
+++ b/Makefile
@@ -133,6 +133,8 @@ mrproper : clean-configs
133 find plugins -name "lib*.*"|xargs rm -f 133 find plugins -name "lib*.*"|xargs rm -f
134 find . -name "*.pro"|xargs touch 134 find . -name "*.pro"|xargs touch
135 rm stamp-headers 135 rm stamp-headers
136 make -C qmake clean
137 rm qmake/qmake
136 138
137include $(TOPDIR)/Rules.make 139include $(TOPDIR)/Rules.make
138 140