Unidiff1 files changed, 1 insertions, 0 deletions
|
diff --git a/Makefile b/Makefile index 89c3470..3a6c18d 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -132,6 +132,7 @@ mrproper : clean-configs |
132 | find lib -name "lib*.*"|xargs rm -f |
132 | find lib -name "lib*.*"|xargs rm -f |
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 | |
136 | |
136 | include $(TOPDIR)/Rules.make |
137 | include $(TOPDIR)/Rules.make |
137 | |
138 | |
|