Unidiff1 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 | |
137 | include $(TOPDIR)/Rules.make |
139 | include $(TOPDIR)/Rules.make |
138 | |
140 | |
|